]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add pattern for `.shrc'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 19 May 2000 11:55:50 +0000 (11:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 19 May 2000 11:55:50 +0000 (11:55 +0000)
lisp/files.el

index daf1341357d28a4c5e39e8bba75f473839f6b608..2fb5cb07dd459c7721fc8e95335c8ed1617c2ec9 100644 (file)
@@ -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)