diff options
| author | Karl Heuer | 1996-05-28 15:46:49 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-28 15:46:49 +0000 |
| commit | 6ad1cbf5bff08bf09bdb807d9e53a381ec1b9f3b (patch) | |
| tree | e735bc508f3a1ebc204650ae85571d551c811f3e | |
| parent | fb052aac91ab6d8aa8677cb890cfae63c627ea84 (diff) | |
| download | emacs-6ad1cbf5bff08bf09bdb807d9e53a381ec1b9f3b.tar.gz emacs-6ad1cbf5bff08bf09bdb807d9e53a381ec1b9f3b.zip | |
(change-log-font-lock-keywords): Require colon after
parenthesized function name.
| -rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index 02f1e0c8e9c..c6974583e66 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -49,7 +49,7 @@ This defaults to the value of `user-mail-address'.") | |||
| 49 | (defvar change-log-font-lock-keywords | 49 | (defvar change-log-font-lock-keywords |
| 50 | '(("^[SMTWF].+" . font-lock-function-name-face) ; Date line. | 50 | '(("^[SMTWF].+" . font-lock-function-name-face) ; Date line. |
| 51 | ("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name. | 51 | ("^\t\\* \\([^ :\n]+\\)" 1 font-lock-comment-face) ; File name. |
| 52 | ("\(\\([^)\n]+\\)\)" 1 font-lock-keyword-face)) ; Function name. | 52 | ("(\\([^)\n]+\\)):" 1 font-lock-keyword-face)) ; Function name. |
| 53 | "Additional expressions to highlight in Change Log mode.") | 53 | "Additional expressions to highlight in Change Log mode.") |
| 54 | 54 | ||
| 55 | (defvar change-log-mode-map nil | 55 | (defvar change-log-mode-map nil |