* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
This commit is contained in:
parent
42c3a9e31d
commit
1f5c162635
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2009-09-13 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
|
||||
|
||||
* eshell/em-hist.el:
|
||||
* eshell/em-dirs.el (eshell-complete-user-reference): Declare
|
||||
pcomplete functions and variables to avoid compiler warnings.
|
||||
|
|
|
@ -5693,7 +5693,7 @@ indentation and initial hashes. Behaves usually outside of comment."
|
|||
(setq
|
||||
t-font-lock-keywords
|
||||
(list
|
||||
(list "[ \t]+$" 0 cperl-invalid-face t)
|
||||
`("[ \t]+$" 0 ',cperl-invalid-face t)
|
||||
(cons
|
||||
(concat
|
||||
"\\(^\\|[^$@%&\\]\\)\\<\\("
|
||||
|
|
Loading…
Add table
Reference in a new issue