all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18488: 24.4.50; [PATCH] Use sh-mode for buffers with .zsh extension
@ 2014-09-16 20:15 Mark Oteiza
  2014-10-04  7:27 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Oteiza @ 2014-09-16 20:15 UTC (permalink / raw
  To: 18488

* lisp/files.el (auto-mode-alist): add .zsh file extension
---
Second attempt sending, hopefully not spamming.

 lisp/ChangeLog | 4 ++++
 lisp/files.el  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 346634c..7aa4598 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-16  Mark Oteiza  <mvoteiza@udel.edu>
+
+	* files.el (auto-mode-alist): add .zsh file extension
+
 2014-09-08  Sam Steingold  <sds@gnu.org>
 
 	* progmodes/sql.el (sql-send-line-and-next): New command,
diff --git a/lisp/files.el b/lisp/files.el
index 486dee6..2646470 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2357,7 +2357,7 @@ since only a single case-insensitive search through the alist is made."
      ("[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)
-- 
2.1.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#18488: 24.4.50; [PATCH] Use sh-mode for buffers with .zsh extension
  2014-09-16 20:15 bug#18488: 24.4.50; [PATCH] Use sh-mode for buffers with .zsh extension Mark Oteiza
@ 2014-10-04  7:27 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-10-04  7:27 UTC (permalink / raw
  To: 18488-done

Version: 25.1

Thanks; applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-04  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 20:15 bug#18488: 24.4.50; [PATCH] Use sh-mode for buffers with .zsh extension Mark Oteiza
2014-10-04  7:27 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.