diff options
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38c4e9fa585..443ef21f290 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2003-05-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix. | ||
| 4 | |||
| 5 | * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional. | ||
| 6 | |||
| 7 | * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.) | ||
| 8 | |||
| 9 | * uniquify.el (uniquify-ignore-buffers-re): Change default | ||
| 10 | to match some Gnus buffers. | ||
| 11 | |||
| 12 | * newcomment.el (comment-search-forward): Add autoload cookie. | ||
| 13 | |||
| 14 | * isearch.el (isearch-complete): Update isearch-message. | ||
| 15 | |||
| 16 | * filesets.el (filesets-data): Add another defvar. | ||
| 17 | (filesets-verbosity): Doc fix. | ||
| 18 | |||
| 1 | 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | 19 | 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) |
| 2 | 20 | ||
| 3 | * recentf.el (recentf-cleanup): Swap tests for exclusion and | 21 | * recentf.el (recentf-cleanup): Swap tests for exclusion and |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index c6721524a51..92b84fb9cfb 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -584,7 +584,7 @@ when syntaxifying a chunk of buffer." | |||
| 584 | (((class color) (background dark)) | 584 | (((class color) (background dark)) |
| 585 | (:foreground ,cperl-dark-foreground)) | 585 | (:foreground ,cperl-dark-foreground)) |
| 586 | (t (:weight bold :underline t))) | 586 | (t (:weight bold :underline t))) |
| 587 | "Font Lock mode face used to highlight array names." | 587 | "Font Lock mode face used non-overridable keywords and modifiers of regexps." |
| 588 | :group 'cperl-faces) | 588 | :group 'cperl-faces) |
| 589 | 589 | ||
| 590 | (defface cperl-array-face | 590 | (defface cperl-array-face |