# HG changeset patch # User Gerd Moellmann # Date 970316086 0 # Node ID 4c0c7d7a9edca48d4bac12ff5dd01baf5d19cdac # Parent aed9b8b49f471c80cc81099f75e25c046d03a285 (auto-mode-alist): Add pattern for `#*mail*...'. diff -r aed9b8b49f47 -r 4c0c7d7a9edc lisp/files.el --- 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.)