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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Wed, 09 Feb 2005 10:52:50 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.72 emacs/lisp/vc-cvs.el:1.73
*** emacs/lisp/vc-cvs.el:1.72   Sun Jan  9 21:28:53 2005
--- emacs/lisp/vc-cvs.el        Wed Feb  9 15:50:40 2005
***************
*** 42,48 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-cvs-register-switches nil
--- 42,48 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-cvs-register-switches nil
***************
*** 106,112 ****
  Format is according to `format-time-string'.  Only used if
  `vc-cvs-sticky-tag-display' is t."
    :type '(string)
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-cvs-sticky-tag-display t
--- 106,112 ----
  Format is according to `format-time-string'.  Only used if
  `vc-cvs-sticky-tag-display' is t."
    :type '(string)
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-cvs-sticky-tag-display t
***************
*** 145,151 ****
  
  See also variable `vc-cvs-sticky-date-format-string'."
    :type '(choice boolean function)
!   :version "21.4"
    :group 'vc)
  
  ;;;
--- 145,151 ----
  
  See also variable `vc-cvs-sticky-date-format-string'."
    :type '(choice boolean function)
!   :version "22.1"
    :group 'vc)
  
  ;;;
***************
*** 548,554 ****
               (append (vc-switches nil 'diff) '("/dev/null")))
        ;; Even if it's empty, it's locally modified.
        1)
!     (let* ((async (and (not vc-disable-async-diff) 
                         (vc-stay-local-p file)
                         (fboundp 'start-process)))
           (status (apply 'vc-cvs-command (or buffer "*vc-diff*")
--- 548,554 ----
               (append (vc-switches nil 'diff) '("/dev/null")))
        ;; Even if it's empty, it's locally modified.
        1)
!     (let* ((async (and (not vc-disable-async-diff)
                         (vc-stay-local-p file)
                         (fboundp 'start-process)))
           (status (apply 'vc-cvs-command (or buffer "*vc-diff*")




reply via email to

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