emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: fix typo in vc-git-log-view-mode


From: Dan Nicolaescu
Subject: Re: PATCH: fix typo in vc-git-log-view-mode
Date: Tue, 15 Sep 2009 10:52:25 -0700 (PDT)

Eric Hanchrow <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]