emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118035: * lisp/files.el (auto-mode-alist): Use sh-m


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118035: * lisp/files.el (auto-mode-alist): Use sh-mode for .zsh files.
Date: Sat, 04 Oct 2014 07:27:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118035
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18488
author: Mark Oteiza <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-04 00:27:10 -0700
message:
  * lisp/files.el (auto-mode-alist): Use sh-mode for .zsh files.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-04 07:05:21 +0000
+++ b/lisp/ChangeLog    2014-10-04 07:27:10 +0000
@@ -1,3 +1,7 @@
+2014-10-04  Mark Oteiza  <address@hidden>  (tiny change)
+
+       * files.el (auto-mode-alist): Use sh-mode for .zsh files.  (Bug#18488)
+
 2014-10-04  Glenn Morris  <address@hidden>
 
        * frame.el (frame-monitor-attributes)

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2014-10-01 17:23:42 +0000
+++ b/lisp/files.el     2014-10-04 07:27:10 +0000
@@ -2357,7 +2357,7 @@
      ("[cC]hange[lL]og[-.][0-9]+\\'" . change-log-mode)
      ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
      ("\\.scm\\.[0-9]*\\'" . scheme-mode)
-     ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
+     ("\\.[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)


reply via email to

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