From a12bfcd8aba04e3ed7d5901648dc9716d20da8d6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 30 Sep 2000 12:14:46 +0000 Subject: [PATCH] (auto-mode-alist): Add pattern for `#*mail*...'. --- lisp/files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.) -- 2.39.2