]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 13 Sep 2009 17:09:23 +0000 (17:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 13 Sep 2009 17:09:23 +0000 (17:09 +0000)
lisp/ChangeLog
lisp/progmodes/cperl-mode.el

index 3e727a115eda01df2c87655b24e05cb802e39155..cc433fa36a3470c218b9f48905be08ebff904c5c 100644 (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.
index c7607d95861078f76696ee960d65cd075de330d6..42f7a0e95da8ea032b489e73465b6e494035126d 100644 (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
              "\\(^\\|[^$@%&\\]\\)\\<\\("