* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.

This commit is contained in:
Chong Yidong 2009-09-13 17:09:23 +00:00
parent 42c3a9e31d
commit 1f5c162635
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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
"\\(^\\|[^$@%&\\]\\)\\<\\("