]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/sh-script.el
Convert consecutive FSF copyright years to ranges.
[gnu-emacs] / lisp / progmodes / sh-script.el
index ee7e4c3b1b6c430d3d26a6d3c72f4d75d176ad93..e36d8a9aaf49bd49371a6f284de4b7501ac394f5 100644 (file)
@@ -1,7 +1,6 @@
 ;;; sh-script.el --- shell-script editing commands for Emacs
 
-;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2001, 2002, 2003,
-;;  2004, 2005, 2006, 2007, 2008, 2009, 2010
+;; Copyright (C) 1993-1997, 1999, 2001-2011
 ;;  Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
@@ -762,7 +761,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")