Mercurial > hg > xemacs-beta
changeset 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 | 1f525cb38373 |
children | 4d00488244c1 |
files | lisp/ChangeLog lisp/files.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 09 18:58:57 2002 +0000 +++ b/lisp/ChangeLog Thu Jan 10 00:24:29 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-09 Simon Josefsson <jas@extundo.com> + + * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve). + 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.4 "bamboo" is released.
--- 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.