comparison lisp/progmodes/cperl-mode.el @ 104995:45d111e58a36

* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 13 Sep 2009 17:09:23 +0000
parents 5a7504ff8b85
children df4934f25eef
comparison
equal deleted inserted replaced
104994:48428e99bf83 104995:45d111e58a36
5691 (if (fboundp 'font-lock-fontify-anchored-keywords) 5691 (if (fboundp 'font-lock-fontify-anchored-keywords)
5692 (setq font-lock-anchored t)) 5692 (setq font-lock-anchored t))
5693 (setq 5693 (setq
5694 t-font-lock-keywords 5694 t-font-lock-keywords
5695 (list 5695 (list
5696 (list "[ \t]+$" 0 cperl-invalid-face t) 5696 `("[ \t]+$" 0 ',cperl-invalid-face t)
5697 (cons 5697 (cons
5698 (concat 5698 (concat
5699 "\\(^\\|[^$@%&\\]\\)\\<\\(" 5699 "\\(^\\|[^$@%&\\]\\)\\<\\("
5700 (mapconcat 5700 (mapconcat
5701 'identity 5701 'identity