mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(sh-font-lock-syntactic-keywords): Fix
comment typo.
This commit is contained in:
parent
d7358b92b6
commit
67f2eaf15f
@ -1,3 +1,8 @@
|
||||
2007-12-17 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix
|
||||
comment typo.
|
||||
|
||||
2007-12-16 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/dbus.el (dbus-name-owner-changed-handler): Use
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user