From 133a8d82eae71487045937d15c11264f28cd5507 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 12 Jun 2010 13:14:43 -0400 Subject: [PATCH] Revert 2010-06-02 change to log-edit-font-lock-keywords (Bug#6343). * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02 change temporarily (Bug#6343). --- lisp/ChangeLog | 5 ++++- lisp/vc/log-edit.el | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba066a7f651..c33ed04e0c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,13 @@ 2010-06-12 Chong Yidong + * term/common-win.el (x-colors): Add all the color names defined + in rgb.txt (Bug#6332). + * facemenu.el (list-colors-print): Don't print extra names if it will overflow the window width. * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02 - change temporarily (Bug#6343). + change (Bug#6343). 2010-06-12 Eli Zaretskii diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index c3a28937170..27290eeec8a 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -360,7 +360,7 @@ automatically." (3 (or (cdr (assoc (match-string 2) log-edit-headers-alist)) 'log-edit-header) nil lax) - (4 font-lock-warning-face nil lax))))) + (4 font-lock-warning-face))))) ;;;###autoload (defun log-edit (callback &optional setup params buffer mode &rest ignore) -- 2.39.2