emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25217: closed ([PATCH] Enable sh-mode zshrc)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25217: closed ([PATCH] Enable sh-mode zshrc)
Date: Sun, 25 Dec 2016 19:57:02 +0000

Your message dated Sun, 25 Dec 2016 19:55:56 +0000
with message-id <address@hidden>
and subject line Re: bug#25217:
has caused the debbugs.gnu.org bug report #25217,
regarding [PATCH] Enable sh-mode zshrc
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25217: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25217
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Enable sh-mode zshrc Date: Sat, 17 Dec 2016 18:06:25 +0900
* lisp/progmodes/sh-script.el (sh-mode):
Add zsh string-match
---
 lisp/progmodes/sh-script.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 5d362e4..ac5fb19 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1683,6 +1683,7 @@ sh-mode
          ((string-match "[.]bash\\>"   buffer-file-name) "bash")
          ((string-match "[.]ksh\\>"    buffer-file-name) "ksh")
          ((string-match "[.]t?csh\\(rc\\)?\\>" buffer-file-name) "csh")
+         ((string-match "[.]zsh\\(rc\\)?\\>" buffer-file-name) "zsh")
         ((equal (file-name-nondirectory buffer-file-name) ".profile") "sh")
          (t sh-shell-file))
    nil nil)
-- 
2.9.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#25217: Date: Sun, 25 Dec 2016 19:55:56 +0000 User-agent: Mutt/1.7.1 (2016-10-04)
On Sat, Dec 24, 2016 at 11:11:10PM +0900, Michihito Shigemura wrote:
> Sorry, but I haven't contributed to Emacs before.

That’s good. If you had contributed before we might have had to get
you to assign copyright, but since it’s a small change we can let it
go. If you do decide to contribute again in the future you may have to
go through the process of assigning copyright.

I’ve pushed this change to the master branch.

Thank you!
-- 
Alan Third


--- End Message ---

reply via email to

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