]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-leading-keywords) <sh>: Add "!".
authorAndreas Schwab <schwab@suse.de>
Sat, 24 Apr 2004 20:58:17 +0000 (20:58 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 24 Apr 2004 20:58:17 +0000 (20:58 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 158832264943501ca8bbff901f3064ab51f560a4..58f27e766f1c720197427b000faead3ccca089b9 100644 (file)
@@ -1,5 +1,7 @@
 2004-04-24  Andreas Schwab  <schwab@suse.de>
 
+       * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
+
        * diff.el (diff): Set default-directory in diff buffer.
 
 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
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