Mercurial > emacs
changeset 102876:e38631d95db3
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 07 Apr 2009 04:06:39 +0000 |
parents | fae9460dc1e1 |
children | 3f976a2deab1 |
files | lisp/ChangeLog lisp/vc-bzr.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 07 03:19:44 2009 +0000 +++ b/lisp/ChangeLog Tue Apr 07 04:06:39 2009 +0000 @@ -1,3 +1,7 @@ +2009-04-07 Chong Yidong <cyd@stupidchicken.com> + + * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix. + 2009-04-07 Glenn Morris <rgm@gnu.org> * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
--- a/lisp/vc-bzr.el Tue Apr 07 03:19:44 2009 +0000 +++ b/lisp/vc-bzr.el Tue Apr 07 04:06:39 2009 +0000 @@ -454,7 +454,7 @@ (set (make-local-variable 'log-view-per-file-logs) nil) (set (make-local-variable 'log-view-file-re) "^Working file:[ \t]+\\(.+\\)") (set (make-local-variable 'log-view-message-re) - "^\\(?:revno: \\([0-9.]+\\)\\|merged: .+\\)") + "^ *\\(?:revno: \\([0-9.]+\\)\\|merged: .+\\)") (set (make-local-variable 'log-view-font-lock-keywords) ;; log-view-font-lock-keywords is careful to use the buffer-local ;; value of log-view-message-re only since Emacs-23.