From: Chong Yidong Date: Sun, 13 Sep 2009 17:09:23 +0000 (+0000) Subject: * progmodes/cperl-mode.el (cperl-init-faces): Revert last change. X-Git-Tag: emacs-pretest-23.1.90~1341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f5c162635401b726c09539652af75cdf8a7bec3;p=emacs.git * progmodes/cperl-mode.el (cperl-init-faces): Revert last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e727a115ed..cc433fa36a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-09-13 Chong Yidong + * 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 c7607d95861..42f7a0e95da 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 "\\(^\\|[^$@%&\\]\\)\\<\\("