mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(auto-mode-alist): Match change log file name also with
a dash before a numeric extension.
This commit is contained in:
parent
db71197e33
commit
c595fad9d8
@ -1,3 +1,8 @@
|
||||
2006-10-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* files.el (auto-mode-alist): Match change log file name also with
|
||||
a dash before a numeric extension.
|
||||
|
||||
2006-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
|
||||
|
@ -1906,7 +1906,7 @@ in that case, this function acts as if `enable-local-variables' were t."
|
||||
("\\.[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-9]+\\'" . change-log-mode)
|
||||
("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
|
||||
("\\.scm\\.[0-9]*\\'" . scheme-mode)
|
||||
("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user