# HG changeset patch # User youngs # Date 1010622269 0 # Node ID c00528d80f25c364428717d0f2143ab8b048d17e # Parent 1f525cb383736dceca93bc1f998ad12d3281b8ad [xemacs-hg @ 2002-01-10 00:24:28 by youngs] 2002-01-09 Simon Josefsson * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve). diff -r 1f525cb38373 -r c00528d80f25 lisp/ChangeLog --- 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 + + * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve). + 2002-01-08 Stephen J. Turnbull * XEmacs 21.5.4 "bamboo" is released. diff -r 1f525cb38373 -r c00528d80f25 lisp/files.el --- 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.