aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-09-13 17:09:23 +0000
committerChong Yidong <[email protected]>2009-09-13 17:09:23 +0000
commit1f5c162635401b726c09539652af75cdf8a7bec3 (patch)
treec0ee19962c5fc2ddcd6865efb75c57dd34e1573a
parent42c3a9e31dd7cf6ea27ccbe41f0129cbb5d3a840 (diff)
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/cperl-mode.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3e727a115e..cc433fa36a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2009-09-13 Chong Yidong <[email protected]>
+ * 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.
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index c7607d9586..42f7a0e95d 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -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
"\\(^\\|[^$@%&\\]\\)\\<\\("