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: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sun, 10 Oct 2004 05:30:06 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.379 emacs/lisp/vc.el:1.380
*** emacs/lisp/vc.el:1.379      Wed Sep 15 16:47:08 2004
--- emacs/lisp/vc.el    Sun Oct 10 09:23:11 2004
***************
*** 646,654 ****
    :group 'vc)
  
  ;; vc-annotate functionality (CVS only).
- (defvar vc-annotate-mode nil
-   "Variable indicating if VC-Annotate mode is active.")
- 
  (defvar vc-annotate-mode-map
    (let ((m (make-sparse-keymap)))
      (define-key m [menu-bar] (make-sparse-keymap "VC-Annotate"))
--- 646,651 ----
***************
*** 3004,3010 ****
    (when buffer
      (set-buffer buffer)
      (display-buffer buffer))
!   (if (not vc-annotate-mode)          ; Turn on vc-annotate-mode if not done
        (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-ref)
        (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]