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:
parent
fd75d62d7a
commit
14116f3caf
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user