aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 7629a2c1419..d484fddb47c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -787,6 +787,7 @@ run `normal-mode' explicitly."
787 ("\\.s\\'" . asm-mode) 787 ("\\.s\\'" . asm-mode)
788 ("ChangeLog\\'" . change-log-mode) 788 ("ChangeLog\\'" . change-log-mode)
789 ("change.log\\'" . change-log-mode) 789 ("change.log\\'" . change-log-mode)
790 ("changelo\\'" . change-log-mode)
790 ("ChangeLog.[0-9]+\\'" . change-log-mode) 791 ("ChangeLog.[0-9]+\\'" . change-log-mode)
791 ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode) 792 ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
792;; The following should come after the ChangeLog pattern 793;; The following should come after the ChangeLog pattern