]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Change the regexp so that
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 19 May 2007 23:44:44 +0000 (23:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 19 May 2007 23:44:44 +0000 (23:44 +0000)
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.

lisp/ChangeLog
lisp/files.el

index 5c49f7ab549cff9cc876c3d661575b2e88774ba3..c368f7994a5d6ee8d7a355763952b66808e7aab1 100644 (file)
@@ -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
index 322b28f293ea4052ea406fff821bf5488bd45377..7d7fbc98398da167b4cb0a9fd8340b0630cd194f 100644 (file)
@@ -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)