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


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

Index: emacs/lisp/vc-mcvs.el
diff -c emacs/lisp/vc-mcvs.el:1.16 emacs/lisp/vc-mcvs.el:1.17
*** emacs/lisp/vc-mcvs.el:1.16  Sun Jan  9 21:29:54 2005
--- emacs/lisp/vc-mcvs.el       Wed Feb  9 15:50:40 2005
***************
*** 70,76 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-mcvs-register-switches nil
--- 70,76 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-mcvs-register-switches nil
***************
*** 82,88 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-mcvs-diff-switches nil
--- 82,88 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-mcvs-diff-switches nil
***************
*** 92,104 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-mcvs-header (or (cdr (assoc 'MCVS vc-header-alist))
                              vc-cvs-header)
    "*Header keywords to be inserted by `vc-insert-headers'."
!   :version "21.4"
    :type '(repeat string)
    :group 'vc)
  
--- 92,104 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-mcvs-header (or (cdr (assoc 'MCVS vc-header-alist))
                              vc-cvs-header)
    "*Header keywords to be inserted by `vc-insert-headers'."
!   :version "22.1"
    :type '(repeat string)
    :group 'vc)
  
***************
*** 107,113 ****
  This is only meaningful if you don't use the implicit checkout model
  \(i.e. if you have $CVSREAD set)."
    :type 'boolean
!   :version "21.4"
    :group 'vc)
  
  ;;;
--- 107,113 ----
  This is only meaningful if you don't use the implicit checkout model
  \(i.e. if you have $CVSREAD set)."
    :type 'boolean
!   :version "22.1"
    :group 'vc)
  
  ;;;
***************
*** 447,453 ****
        ;; 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)))
           ;; Run the command from the root dir so that `mcvs filt' returns
           ;; valid relative names.
--- 447,453 ----
        ;; 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)))
           ;; Run the command from the root dir so that `mcvs filt' returns
           ;; valid relative names.




reply via email to

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