diff options
| author | Richard M. Stallman | 1997-08-31 04:24:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-31 04:24:03 +0000 |
| commit | 095fb03edbc52f5d5047832cb4c798be7750bd13 (patch) | |
| tree | 49538683cd5debdd25db4fb3a61f73ee5c0d1934 | |
| parent | 228282068d90a8ac238b5e8f4121213ab8df2b04 (diff) | |
| download | emacs-095fb03edbc52f5d5047832cb4c798be7750bd13.tar.gz emacs-095fb03edbc52f5d5047832cb4c798be7750bd13.zip | |
(change-log-font-lock-keywords): Add more to prev change.
| -rw-r--r-- | lisp/add-log.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index a459079f629..d5af6b4a3d8 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -99,9 +99,9 @@ and `current-time-string' are two valid values." | |||
| 99 | ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) | 99 | ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 font-lock-variable-name-face)) |
| 100 | ;; | 100 | ;; |
| 101 | ;; Acknowledgements. | 101 | ;; Acknowledgements. |
| 102 | ("^\t\\(From\\|Patch\\(es\\)? by\\|Reported by\\)" | 102 | ("^\t\\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" |
| 103 | 1 font-lock-comment-face) | 103 | 1 font-lock-comment-face) |
| 104 | (" \\(From\\|Patch\\(es\\)? by\\|Reported by\\)" | 104 | (" \\(From\\|Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)" |
| 105 | 1 font-lock-comment-face)) | 105 | 1 font-lock-comment-face)) |
| 106 | "Additional expressions to highlight in Change Log mode.") | 106 | "Additional expressions to highlight in Change Log mode.") |
| 107 | 107 | ||