unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Hanchrow <eric.hanchrow@gmail.com>
To: emacs-devel@gnu.org, Dan Nicolaescu <dann@ics.uci.edu>
Subject: PATCH: fix typo in vc-git-log-view-mode
Date: Tue, 15 Sep 2009 10:34:48 -0700	[thread overview]
Message-ID: <36366a980909151034y72587730j63348251b37bac53@mail.gmail.com> (raw)

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.




             reply	other threads:[~2009-09-15 17:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-15 17:34 Eric Hanchrow [this message]
2009-09-15 17:52 ` PATCH: fix typo in vc-git-log-view-mode Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36366a980909151034y72587730j63348251b37bac53@mail.gmail.com \
    --to=eric.hanchrow@gmail.com \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).