emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f23090d 1/2: Recognize MirBSD Korn shell rc file


From: Mark Oteiza
Subject: [Emacs-diffs] master f23090d 1/2: Recognize MirBSD Korn shell rc file
Date: Mon, 24 Jul 2017 20:21:31 -0400 (EDT)

branch: master
commit f23090d03b684f37e027e1b2db45819d4fae60e0
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Recognize MirBSD Korn shell rc file
    
    * lisp/files.el (auto-mode-alist): Add .mkshrc to the list.
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 2f3efa3..321a35b 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2543,7 +2543,7 @@ since only a single case-insensitive search through the 
alist is made."
      ("\\.[ckz]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
      ("\\.bash\\'" . sh-mode)
      
("\\(/\\|\\`\\)\\.\\(bash_\\(profile\\|history\\|log\\(in\\|out\\)\\)\\|z?log\\(in\\|out\\)\\)\\'"
 . sh-mode)
-     ("\\(/\\|\\`\\)\\.\\(shrc\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . 
sh-mode)
+     
("\\(/\\|\\`\\)\\.\\(shrc\\|zshrc\\|m?kshrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . 
sh-mode)
      ("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . 
sh-mode)
      ("\\.m?spec\\'" . sh-mode)
      ("\\.m[mes]\\'" . nroff-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]