]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/sh-script.el
(gdb-current-frame, gud-watch)
[gnu-emacs] / lisp / progmodes / sh-script.el
index 5635a1b17f792c0a9e0d6f15aa0a3f145147fe3d..f47ca3a73d4dff2e1e959050eb4ae4ad353551d2 100644 (file)
@@ -648,7 +648,7 @@ implemented as aliases.  See `sh-feature'."
 
     (rc "else")
 
-    (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
+    (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
   "*List of keywords that may be immediately followed by a builtin or keyword.
 Given some confusion between keywords and builtins depending on shell and
 system, the distinction here has been based on whether they influence the