summaryrefslogtreecommitdiff
path: root/lisp/modules/xedit.lsp
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:32 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:32 +0000
commit2f503c70ee5b61907382502e36c7433922fca0ee (patch)
treeb64732c1434e2590ef773c62012c7144cce0ec34 /lisp/modules/xedit.lsp
parenta2414511cd29e787aa953deb97af7ec474625be2 (diff)
merge XFree86 RC2 (4.3.99.902) from vendor branchXEVIE-BASE
Diffstat (limited to 'lisp/modules/xedit.lsp')
-rw-r--r--lisp/modules/xedit.lsp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/modules/xedit.lsp b/lisp/modules/xedit.lsp
index 87a85c7..b328733 100644
--- a/lisp/modules/xedit.lsp
+++ b/lisp/modules/xedit.lsp
@@ -27,7 +27,8 @@
;; Author: Paulo César Pereira de Andrade
;;
;;
-;; $XFree86: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.10 2003/01/16 06:25:50 paulo Exp $
+;; $XdotOrg: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.11 2003/12/11 16:03:30 paulo Exp $
+;; $XFree86: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.11 2003/12/11 16:03:30 paulo Exp $
;;
(provide "xedit")
@@ -77,6 +78,8 @@
"RPM spec" "rpm" . *rpm-mode*)
("\\<XFree86\\.\\d+\\.log$"
"XFree86 log" "xlog" . *xlog-mode*)
+ ("\\.(diff|patch)"
+ "Patch file" "patch" . *patch-mode*)
))