From 14116f3caf946bf5a2ac7fe92c9fe81d9f626cf5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 24 Apr 2004 20:58:17 +0000 Subject: [PATCH] (sh-leading-keywords) : Add "!". --- lisp/ChangeLog | 2 ++ lisp/progmodes/sh-script.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15883226494..58f27e766f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-04-24 Andreas Schwab + * progmodes/sh-script.el (sh-leading-keywords) : Add "!". + * diff.el (diff): Set default-directory in diff buffer. 2004-04-24 Eli Zaretskii diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 5635a1b17f7..f47ca3a73d4 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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 -- 2.39.5