emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100504: * lisp/log-edit.el (log-edit


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100504: * lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
Date: Tue, 01 Jun 2010 21:45:46 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100504
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-01 21:45:46 -0700
message:
  * lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
modified:
  lisp/ChangeLog
  lisp/log-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-01 13:47:14 +0000
+++ b/lisp/ChangeLog    2010-06-02 04:45:46 +0000
@@ -1,3 +1,7 @@
+2010-06-02  Dan Nicolaescu  <address@hidden>
+
+       * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
+
 2010-06-01  Juanma Barranquero  <address@hidden>
 
        * emacs-lisp/eldoc.el: Add completions for new commands left-* and

=== modified file 'lisp/log-edit.el'
--- a/lisp/log-edit.el  2010-05-25 22:50:56 +0000
+++ b/lisp/log-edit.el  2010-06-02 04:45:46 +0000
@@ -360,7 +360,7 @@
       (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]