comparison lisp/files.el @ 22831:290001bbf358

(auto-mode-alist): Fix regular expression error for sh-mode.
author Kenichi Handa <handa@m17n.org>
date Sun, 26 Jul 1998 14:04:41 +0000
parents 7bff93a6b3e1
children 5a3802b71933
comparison
equal deleted inserted replaced
22830:d79de5a60ee8 22831:290001bbf358
1219 ("changelog\\'" . change-log-mode) 1219 ("changelog\\'" . change-log-mode)
1220 ("changelog.[0-9]+\\'" . change-log-mode) 1220 ("changelog.[0-9]+\\'" . change-log-mode)
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)
1230 ("\\.man\\'" . nroff-mode) 1230 ("\\.man\\'" . nroff-mode)
1231 ;;; The following should come after the ChangeLog pattern 1231 ;;; The following should come after the ChangeLog pattern