changeset 80975:cac6ac03dcf0

(auto-mode-alist): Change the regexp so that ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 19 May 2007 23:44:44 +0000
parents 79176e637d2a
children 710f467d4357
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 19 18:43:14 2007 +0000
+++ b/lisp/ChangeLog	Sat May 19 23:44:44 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
--- a/lisp/files.el	Sat May 19 18:43:14 2007 +0000
+++ b/lisp/files.el	Sat May 19 23:44:44 2007 +0000
@@ -1924,7 +1924,7 @@
      ("\\.[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)