unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* PATCH: fix typo in vc-git-log-view-mode
@ 2009-09-15 17:34 Eric Hanchrow
  2009-09-15 17:52 ` Dan Nicolaescu
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Hanchrow @ 2009-09-15 17:34 UTC (permalink / raw)
  To: emacs-devel, Dan Nicolaescu

diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index 34efc6b..917b6bc 100644
--- a/lisp/vc-git.el
+++ b/lisp/vc-git.el
@@ -512,7 +512,7 @@ If nil, use the value of `vc-diff-switches'.  If
t, use no switches."
   (set (make-local-variable 'log-view-message-re)
        (if vc-short-log
         "^\\(?:[*/\\| ]+ \\)?\\([0-9a-z]+\\)  \\([-a-z0-9]+\\)  \\(.*\\)"
-        "^[ */\\|]+commit *\\([0-9a-z]+\\)"))
+        "^[ */\\|]*commit *\\([0-9a-z]+\\)"))
   (set (make-local-variable 'log-view-font-lock-keywords)
        (if vc-short-log
           (append

I found that hitting "n" in a *vc-change-log* buffer would simply beep at me.




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-15 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15 17:34 PATCH: fix typo in vc-git-log-view-mode Eric Hanchrow
2009-09-15 17:52 ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).