Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
726:1f525cb38373 | 727:c00528d80f25 |
---|---|
1230 ("[Mm]akefile\\(\\.\\|\\'\\)" . makefile-mode) | 1230 ("[Mm]akefile\\(\\.\\|\\'\\)" . makefile-mode) |
1231 ("\\.X\\(defaults\\|environment\\|resources\\|modmap\\)\\'" . xrdb-mode) | 1231 ("\\.X\\(defaults\\|environment\\|resources\\|modmap\\)\\'" . xrdb-mode) |
1232 ;; #### The following three are Unix-specific (but do we care?) | 1232 ;; #### The following three are Unix-specific (but do we care?) |
1233 ("/app-defaults/" . xrdb-mode) | 1233 ("/app-defaults/" . xrdb-mode) |
1234 ("\\.[^/]*wm2?\\(?:rc\\)?\\'" . winmgr-mode) | 1234 ("\\.[^/]*wm2?\\(?:rc\\)?\\'" . winmgr-mode) |
1235 ("\\.si\\(v\\|eve\\)\\'" . sieve-mode) | |
1235 ("\\.\\(?:jpe?g\\|JPE?G\\|png\\|PNG\\|gif\\|GIF\\|tiff?\\|TIFF?\\)\\'" . image-mode) | 1236 ("\\.\\(?:jpe?g\\|JPE?G\\|png\\|PNG\\|gif\\|GIF\\|tiff?\\|TIFF?\\)\\'" . image-mode) |
1236 ) | 1237 ) |
1237 "Alist of filename patterns vs. corresponding major mode functions. | 1238 "Alist of filename patterns vs. corresponding major mode functions. |
1238 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). | 1239 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). |
1239 \(NON-NIL stands for anything that is not nil; the value does not matter.) | 1240 \(NON-NIL stands for anything that is not nil; the value does not matter.) |