summaryrefslogtreecommitdiff
path: root/lisp/modules
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:55 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:55 +0000
commit39a948f028c2e3cb3083d7d2f847acbd27facc23 (patch)
treea5688f12caadfa0177ab4c535e879f24c9df1215 /lisp/modules
parent54593d8ebb341f7c2a0321fbf4207d7848b44a7f (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'lisp/modules')
-rw-r--r--lisp/modules/xedit.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/modules/xedit.lsp b/lisp/modules/xedit.lsp
index 87a85c7..f59517e 100644
--- a/lisp/modules/xedit.lsp
+++ b/lisp/modules/xedit.lsp
@@ -27,7 +27,7 @@
;; 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 $
+;; $XFree86: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.11 2003/12/11 16:03:30 paulo Exp $
;;
(provide "xedit")
@@ -77,6 +77,8 @@
"RPM spec" "rpm" . *rpm-mode*)
("\\<XFree86\\.\\d+\\.log$"
"XFree86 log" "xlog" . *xlog-mode*)
+ ("\\.(diff|patch)"
+ "Patch file" "patch" . *patch-mode*)
))