[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PATCH: fix typo in vc-git-log-view-mode
From: |
Eric Hanchrow |
Subject: |
PATCH: fix typo in vc-git-log-view-mode |
Date: |
Tue, 15 Sep 2009 10:34:48 -0700 |
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.
- PATCH: fix typo in vc-git-log-view-mode,
Eric Hanchrow <=