summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2011-01-14 13:17:24 +0100
committerTassilo Horn <tassilo@member.fsf.org>2011-01-14 13:17:24 +0100
commitab7eb8118053e3f9a992bf65afc874ab9fdb8b32 (patch)
treecb8d819030cb28f77a9d9fa9f742452b85187c52 /lisp/progmodes/sh-script.el
parent9cf56b2c82d98713b9e9287befcf40d224abe7c8 (diff)
downloademacs-ab7eb8118053e3f9a992bf65afc874ab9fdb8b32.tar.gz
emacs-ab7eb8118053e3f9a992bf65afc874ab9fdb8b32.tar.bz2
emacs-ab7eb8118053e3f9a992bf65afc874ab9fdb8b32.zip
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
loop keyword.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index ee7e4c3b1b6..52a72f0874e 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -762,7 +762,7 @@ flow of control or syntax. See `sh-feature'."
(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")