From 67f2eaf15fcdb3f73e983c19fd6a5b1054558e0d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 17 Dec 2007 20:32:48 +0000 Subject: [PATCH] (sh-font-lock-syntactic-keywords): Fix comment typo. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/sh-script.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe01023428f..02b51f7ae0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-12-17 Andreas Schwab + + * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix + comment typo. + 2007-12-16 Michael Albinus * net/dbus.el (dbus-name-owner-changed-handler): Use diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 1b0bbc14b65..ed3fce12d60 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1097,7 +1097,7 @@ subshells can nest." ;; change the syntax, so we have to tell syntax-ppss that the states it ;; has just computed will need to be recomputed. (sh-font-lock-flush-syntax-ppss-cache) - ;; Make sure $@ and @? are correctly recognized as sexps. + ;; Make sure $@ and $? are correctly recognized as sexps. ("\\$\\([?@]\\)" 1 ,sh-st-symbol) ;; Find HEREDOC starters and add a corresponding rule for the ender. (sh-font-lock-here-doc -- 2.39.2