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>
(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