1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(sh-leading-keywords) <sh>: Add "!".

This commit is contained in:
Andreas Schwab 2004-04-24 20:58:17 +00:00
parent fd75d62d7a
commit 14116f3caf
2 changed files with 3 additions and 1 deletions

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

View 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