changeset 55119:3a424bb24301

(sh-leading-keywords) <sh>: Add "!".
author Andreas Schwab <schwab@suse.de>
date Sat, 24 Apr 2004 20:57:48 +0000
parents 149aa4f51302
children 63bdd7a0af5e
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Sat Apr 24 18:17:27 2004 +0000
+++ b/lisp/progmodes/sh-script.el	Sat Apr 24 20:57:48 2004 +0000
@@ -648,7 +648,7 @@
 
     (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