1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

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

.sieve files.
This commit is contained in:
Simon Josefsson 2008-09-18 15:02:59 +00:00
parent b1b6d77d47
commit 8a28dd0bb6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-09-18 Simon Josefsson <simon@josefsson.org>
* files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.
2008-09-18 Martin Rudalics <rudalics@gmx.at>
* help-macro.el (make-help-screen): Preserve key bindings

View File

@ -2107,6 +2107,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
("\\.[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)