unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [patch] add sieve files to auto-mode-alist
@ 2008-09-18 15:12 Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 2008-09-18 15:12 UTC (permalink / raw)
  To: emacs-devel

I have committed this.

/Simon

2008-09-18  Simon Josefsson  <simon@josefsson.org>

	* 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)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-18 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 15:12 [patch] add sieve files to auto-mode-alist Simon Josefsson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).