emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] add sieve files to auto-mode-alist


From: Simon Josefsson
Subject: [patch] add sieve files to auto-mode-alist
Date: Thu, 18 Sep 2008 17:12:36 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

I have committed this.

/Simon

2008-09-18  Simon Josefsson  <address@hidden>

        * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
        .sieve files.

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -p -r1.997 -r1.998
--- files.el    16 Sep 2008 08:27:32 -0000      1.997
+++ files.el    18 Sep 2008 15:02:49 -0000      1.998
@@ -2107,6 +2107,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|
      ("\\.[eE]?[pP][sS]\\'" . ps-mode)
      ("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\\'" . doc-view-mode)
      ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
+     ("\\.s\\(v\\|iv\\|ieve\\)\\'" . sieve-mode)
      ("BROWSE\\'" . ebrowse-tree-mode)
      ("\\.ebrowse\\'" . ebrowse-tree-mode)
      ("#\\*mail\\*" . mail-mode)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]