diff options
| author | Chong Yidong | 2009-09-13 17:09:23 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-09-13 17:09:23 +0000 |
| commit | 1f5c162635401b726c09539652af75cdf8a7bec3 (patch) | |
| tree | c0ee19962c5fc2ddcd6865efb75c57dd34e1573a | |
| parent | 42c3a9e31dd7cf6ea27ccbe41f0129cbb5d3a840 (diff) | |
| download | emacs-1f5c162635401b726c09539652af75cdf8a7bec3.tar.gz emacs-1f5c162635401b726c09539652af75cdf8a7bec3.zip | |
* progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
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 @@ | |||
| 1 | 2009-09-13 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-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 | "\\(^\\|[^$@%&\\]\\)\\<\\(" |