* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach

loop keyword.
This commit is contained in:
Tassilo Horn 2011-01-14 13:17:24 +01:00
parent 9cf56b2c82
commit ab7eb81180
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
loop keyword.
2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.

View file

@ -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")