1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(log-edit-font-lock-keywords): Typo.

This commit is contained in:
Stefan Monnier 2004-03-18 19:29:33 +00:00
parent b2a737cd69
commit 63fbe552e8

View File

@ -299,7 +299,7 @@ automatically."
;;; Actual code
;;;
(defar log-edit-font-lock-keywords
(defvar log-edit-font-lock-keywords
'(("\\`\\(Summary:\\)\\(.*\\)"
(1 font-lock-keyword-face)
(2 font-lock-function-name-face))))