aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el
index fd5a3bf8875..4b700d58f26 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1221,9 +1221,9 @@ run `normal-mode' explicitly."
1221 ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode) 1221 ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
1222 ("\\.scm\\.[0-9]*\\'" . scheme-mode) 1222 ("\\.scm\\.[0-9]*\\'" . scheme-mode)
1223 ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode) 1223 ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
1224 ("\\(/\\|\\`)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode) 1224 ("\\(/\\|\\`\\)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode)
1225 ("\\(/\\|\\`)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode) 1225 ("\\(/\\|\\`\\)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
1226 ("\\(/\\|\\`)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode) 1226 ("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)
1227 ("\\.mm\\'" . nroff-mode) 1227 ("\\.mm\\'" . nroff-mode)
1228 ("\\.me\\'" . nroff-mode) 1228 ("\\.me\\'" . nroff-mode)
1229 ("\\.ms\\'" . nroff-mode) 1229 ("\\.ms\\'" . nroff-mode)