From: Bill Wohler Date: Thu, 8 Dec 2005 01:26:14 +0000 (+0000) Subject: (auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes X-Git-Tag: emacs-pretest-22.0.90~5458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4af6c01113bd24f92c88c7861c49e902cc669931;p=emacs.git (auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes problems with non-MH users (such as Gnus users). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7efbd9f5a0..f5ba9ceee7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Bill Wohler + + * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary, + and causes problems with non-MH users (such as Gnus users). + 2005-12-08 Nick Roberts * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable. diff --git a/lisp/files.el b/lisp/files.el index 20c2ca18971..32c278b98da 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1869,7 +1869,6 @@ in that case, this function acts as if `enable-local-variables' were t." ;; /tmp/Re.... or Message ("\\`/tmp/Re" . text-mode) ("/Message[0-9]*\\'" . text-mode) - ("/drafts/[0-9]+\\'" . mh-letter-mode) ("\\.zone\\'" . zone-mode) ;; some news reader is reported to use this ("\\`/tmp/fol/" . text-mode)