* lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
This commit is contained in:
parent
08a494a3b0
commit
9cac248c2e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
|
||||
|
||||
2010-06-01 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs-lisp/eldoc.el: Add completions for new commands left-* and
|
||||
|
|
|
@ -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)))))
|
||||
(4 font-lock-warning-face nil lax)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun log-edit (callback &optional setup params buffer mode &rest ignore)
|
||||
|
|
Loading…
Add table
Reference in a new issue