emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102843: * progmodes/sh-script.el (sh


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102843: * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
Date: Fri, 14 Jan 2011 13:17:24 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102843
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Fri 2011-01-14 13:17:24 +0100
message:
  * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
  loop keyword.
modified:
  lisp/ChangeLog
  lisp/progmodes/sh-script.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-14 02:12:43 +0000
+++ b/lisp/ChangeLog    2011-01-14 12:17:24 +0000
@@ -1,3 +1,8 @@
+2011-01-14  Tassilo Horn  <address@hidden>
+
+       * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
+       loop keyword.
+
 2011-01-14  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2010-12-10 20:00:25 +0000
+++ b/lisp/progmodes/sh-script.el       2011-01-14 12:17:24 +0000
@@ -762,7 +762,7 @@
     (shell "break" "case" "continue" "exec" "exit")
 
     (zsh sh-append bash
-        "select"))
+        "select" "foreach"))
   "List of keywords not in `sh-leading-keywords'.
 See `sh-feature'."
   :type '(repeat (cons (symbol :tag "Shell")


reply via email to

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