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

Eric Hanchrow <eric.hanchrow@gmail.com> writes:

  > 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.

Thanks, that change should not have been present, so I undid it.




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

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

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=200909151752.n8FHqP3f003803@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    --cc=eric.hanchrow@gmail.com \
    /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).