From 8a1389c7ef96e3b09ed67542b21284f5aea1231f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 19 May 2007 23:44:44 +0000 Subject: [PATCH] (auto-mode-alist): Change the regexp so that ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode. --- lisp/ChangeLog | 5 +++++ lisp/files.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c49f7ab549..c368f7994a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-05-19 Dan Nicolaescu + + * files.el (auto-mode-alist): Change the regexp so that + ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode. + 2007-05-19 Chong Yidong * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 diff --git a/lisp/files.el b/lisp/files.el index 322b28f293e..7d7fbc98398 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1924,7 +1924,7 @@ since only a single case-insensitive search through the alist is made." ("\\.[sS]\\'" . asm-mode) ("\\.asm\\'" . asm-mode) ("[cC]hange\\.?[lL]og?\\'" . change-log-mode) - ("[cC]hange[lL]og[-.][0-9]+\\'" . change-log-mode) + ("[cC]hange[lL]og[-.][-0-9a-z]+\\'" . change-log-mode) ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode) ("\\.scm\\.[0-9]*\\'" . scheme-mode) ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode) -- 2.39.2