From: Gerd Moellmann Date: Fri, 19 May 2000 11:55:50 +0000 (+0000) Subject: (auto-mode-alist): Add pattern for `.shrc'. X-Git-Tag: emacs-pretest-21.0.90~3899 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08fb7a1c669a68ba6fa664a89504601c138c6fe1;p=emacs.git (auto-mode-alist): Add pattern for `.shrc'. --- diff --git a/lisp/files.el b/lisp/files.el index daf1341357d..2fb5cb07dd4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1360,7 +1360,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.scm\\.[0-9]*\\'" . scheme-mode) ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode) ("\\(/\\|\\`\\)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode) - ("\\(/\\|\\`\\)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode) + ("\\(/\\|\\`\\)\\.\\(bash_logout\\|shrc\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode) ("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode) ("\\.m?spec$" . sh-mode) ("\\.mm\\'" . nroff-mode)