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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Sun, 12 May 2002 13:29:29 -0400

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.40 emacs/lisp/vc-cvs.el:1.41
*** emacs/lisp/vc-cvs.el:1.40   Tue Apr  9 13:13:51 2002
--- emacs/lisp/vc-cvs.el        Sun May 12 13:29:29 2002
***************
*** 5,11 ****
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.40 2002/04/09 17:13:51 sds Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.41 2002/05/12 17:29:29 eliz Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 42,48 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.3"
    :group 'vc)
  
  (defcustom vc-cvs-register-switches nil
--- 42,48 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-cvs-register-switches nil
***************
*** 98,104 ****
  Format is according to `format-time-string'.  Only used if
  `vc-cvs-sticky-tag-display' is t."
    :type '(string)
!   :version "21.3"
    :group 'vc)
  
  (defcustom vc-cvs-sticky-tag-display t
--- 98,104 ----
  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
***************
*** 137,143 ****
  
  See also variable `vc-cvs-sticky-date-format-string'."
    :type '(choice boolean function)
!   :version "21.3"
    :group 'vc)
  
  ;;;
--- 137,143 ----
  
  See also variable `vc-cvs-sticky-date-format-string'."
    :type '(choice boolean function)
!   :version "21.4"
    :group 'vc)
  
  ;;;



reply via email to

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