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


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

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.388 emacs/lisp/vc.el:1.389
*** emacs/lisp/vc.el:1.388      Sun Jan  9 21:27:28 2005
--- emacs/lisp/vc.el    Wed Feb  9 15:50:40 2005
***************
*** 573,579 ****
    :type '(choice (const :tag "No" nil)
                   (const :tag "Yes" t))
    :group 'vc
!   :version "21.4")
  
  ;;;###autoload
  (defcustom vc-checkout-hook nil
--- 573,579 ----
    :type '(choice (const :tag "No" nil)
                   (const :tag "Yes" t))
    :group 'vc
!   :version "22.1")
  
  ;;;###autoload
  (defcustom vc-checkout-hook nil
***************
*** 1827,1833 ****
  
  ;; Old def for compatibility with Emacs-21.[123].
  (defmacro vc-diff-switches-list (backend) `(vc-switches ',backend 'diff))
! (make-obsolete 'vc-diff-switches-list 'vc-switches "21.4")
  
  (defun vc-default-diff-tree (backend dir rev1 rev2)
    "List differences for all registered files at and below DIR.
--- 1827,1833 ----
  
  ;; Old def for compatibility with Emacs-21.[123].
  (defmacro vc-diff-switches-list (backend) `(vc-switches ',backend 'diff))
! (make-obsolete 'vc-diff-switches-list 'vc-switches "22.1")
  
  (defun vc-default-diff-tree (backend dir rev1 rev2)
    "List differences for all registered files at and below DIR.




reply via email to

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