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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [lexbind]
Date: Mon, 25 Oct 2004 00:42:28 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.331.2.12 emacs/lisp/vc.el:1.331.2.13
*** emacs/lisp/vc.el:1.331.2.12 Wed Oct  6 05:21:50 2004
--- emacs/lisp/vc.el    Mon Oct 25 04:19:39 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-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]