Mercurial > emacs
changeset 32030:4c0c7d7a9edc
(auto-mode-alist): Add pattern for `#*mail*...'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 30 Sep 2000 12:14:46 +0000 |
parents | aed9b8b49f47 |
children | 5f0a1848cc60 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Sep 30 12:06:40 2000 +0000 +++ b/lisp/files.el Sat Sep 30 12:14:46 2000 +0000 @@ -1454,7 +1454,8 @@ ("\\.[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.)