From 4af6c01113bd24f92c88c7861c49e902cc669931 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Thu, 8 Dec 2005 01:26:14 +0000 Subject: [PATCH] (auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes problems with non-MH users (such as Gnus users). --- lisp/ChangeLog | 5 +++++ lisp/files.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5