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


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

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.18 emacs/lisp/vc-svn.el:1.19
*** emacs/lisp/vc-svn.el:1.18   Sun Jan  9 21:30:56 2005
--- emacs/lisp/vc-svn.el        Wed Feb  9 15:50:40 2005
***************
*** 51,57 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-svn-register-switches nil
--- 51,57 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-svn-register-switches nil
***************
*** 63,69 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-svn-diff-switches
--- 63,69 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-svn-diff-switches
***************
*** 77,88 ****
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "21.4"
    :group 'vc)
  
  (defcustom vc-svn-header (or (cdr (assoc 'SVN vc-header-alist)) '("\$Id\$"))
    "*Header keywords to be inserted by `vc-insert-headers'."
!   :version "21.4"
    :type '(repeat string)
    :group 'vc)
  
--- 77,88 ----
                 (repeat :tag "Argument List"
                         :value ("")
                         string))
!   :version "22.1"
    :group 'vc)
  
  (defcustom vc-svn-header (or (cdr (assoc 'SVN vc-header-alist)) '("\$Id\$"))
    "*Header keywords to be inserted by `vc-insert-headers'."
!   :version "22.1"
    :type '(repeat string)
    :group 'vc)
  
***************
*** 92,98 ****
  This is only meaningful if you don't use the implicit checkout model
  \(i.e. if you have $SVNREAD set)."
    ;; :type 'boolean
!   ;; :version "21.4"
    ;; :group 'vc
    )
  
--- 92,98 ----
  This is only meaningful if you don't use the implicit checkout model
  \(i.e. if you have $SVNREAD set)."
    ;; :type 'boolean
!   ;; :version "22.1"
    ;; :group 'vc
    )
  




reply via email to

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