diff lisp/files.el @ 727:c00528d80f25

[xemacs-hg @ 2002-01-10 00:24:28 by youngs] 2002-01-09 Simon Josefsson <jas@extundo.com> * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
author youngs
date Thu, 10 Jan 2002 00:24:29 +0000
parents c9d38610941f
children 943eaba38521
line wrap: on
line diff
--- a/lisp/files.el	Wed Jan 09 18:58:57 2002 +0000
+++ b/lisp/files.el	Thu Jan 10 00:24:29 2002 +0000
@@ -1232,6 +1232,7 @@
     ;; #### The following three are Unix-specific (but do we care?)
     ("/app-defaults/" . xrdb-mode)
     ("\\.[^/]*wm2?\\(?:rc\\)?\\'" . winmgr-mode)
+    ("\\.si\\(v\\|eve\\)\\'" . sieve-mode)
     ("\\.\\(?:jpe?g\\|JPE?G\\|png\\|PNG\\|gif\\|GIF\\|tiff?\\|TIFF?\\)\\'" . image-mode)
     )
 "Alist of filename patterns vs. corresponding major mode functions.