From 08fb7a1c669a68ba6fa664a89504601c138c6fe1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 19 May 2000 11:55:50 +0000 Subject: [PATCH] (auto-mode-alist): Add pattern for `.shrc'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5