mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(sh-font-lock-keywords-1): Revert inadvertently installed patch hunk.
This commit is contained in:
parent
2381d38d0a
commit
c6b7104550
@ -1,5 +1,8 @@
|
||||
2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/sh-script.el (sh-font-lock-keywords-1):
|
||||
Revert inadvertently installed patch hunk.
|
||||
|
||||
* progmodes/compile.el (compilation-find-file): Handle the
|
||||
cases where the user selects a non-existent file.
|
||||
|
||||
|
@ -1561,7 +1561,7 @@ This adds rules for comments and assignments."
|
||||
(regexp-opt (sh-feature sh-builtins) t)
|
||||
"\\>")
|
||||
(2 font-lock-keyword-face nil t)
|
||||
(4 font-lock-builtin-face))
|
||||
(6 font-lock-builtin-face))
|
||||
,@(sh-feature sh-font-lock-keywords-var-2)))
|
||||
(,(concat keywords "\\)\\>")
|
||||
2 font-lock-keyword-face)
|
||||
|
Loading…
Reference in New Issue
Block a user