From: Gerd Moellmann Date: Sat, 30 Sep 2000 12:14:46 +0000 (+0000) Subject: (auto-mode-alist): Add pattern for `#*mail*...'. X-Git-Tag: emacs-pretest-21.0.90~1257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a12bfcd8aba04e3ed7d5901648dc9716d20da8d6;p=emacs.git (auto-mode-alist): Add pattern for `#*mail*...'. --- diff --git a/lisp/files.el b/lisp/files.el index 61b68da7359..805a1810252 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1454,7 +1454,8 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.[eE]?[pP][sS]$" . ps-mode) ("configure\\.in\\'" . autoconf-mode) ("BROWSE\\'" . ebrowse-tree-mode) - ("\\.ebrowse\\'" . ebrowse-tree-mode))) + ("\\.ebrowse\\'" . ebrowse-tree-mode) + ("#\\*mail\\*" . mail-mode))) "Alist of filename patterns vs corresponding major mode functions. Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). \(NON-NIL stands for anything that is not nil; the value does not matter.)