emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Wed, 13 Oct 2004 13:21:17 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.380 emacs/lisp/vc.el:1.381
*** emacs/lisp/vc.el:1.380      Sun Oct 10 09:23:11 2004
--- emacs/lisp/vc.el    Wed Oct 13 17:04:45 2004
***************
*** 3001,3007 ****
    (when buffer
      (set-buffer buffer)
      (display-buffer buffer))
!   (if (not vc-annotate-parent-ref)
        (vc-annotate-mode))
    (cond ((null vc-annotate-display-mode)
         (vc-annotate-display-default vc-annotate-ratio))
--- 3001,3007 ----
    (when buffer
      (set-buffer buffer)
      (display-buffer buffer))
!   (if (not vc-annotate-parent-rev)
        (vc-annotate-mode))
    (cond ((null vc-annotate-display-mode)
         (vc-annotate-display-default vc-annotate-ratio))




reply via email to

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