mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-14 19:54:44 -08:00
(sh-font-lock-syntactic-keywords): Fix
comment typo.
This commit is contained in:
parent
d7358b92b6
commit
67f2eaf15f
2 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue