aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3e727a115ed..cc433fa36a3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-09-13 Chong Yidong <cyd@stupidchicken.com> 12009-09-13 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4
3 * eshell/em-hist.el: 5 * eshell/em-hist.el:
4 * eshell/em-dirs.el (eshell-complete-user-reference): Declare 6 * eshell/em-dirs.el (eshell-complete-user-reference): Declare
5 pcomplete functions and variables to avoid compiler warnings. 7 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."
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 "\\(^\\|[^$@%&\\]\\)\\<\\("