/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.388 by spiegel, Sun Jan 9 21:27:28 2005 UTC revision 1.389 by kfstorm, Wed Feb 9 15:50:40 2005 UTC
# Line 573  if the local changes in the file have no Line 573  if the local changes in the file have no
573    :type '(choice (const :tag "No" nil)    :type '(choice (const :tag "No" nil)
574                   (const :tag "Yes" t))                   (const :tag "Yes" t))
575    :group 'vc    :group 'vc
576    :version "21.4")    :version "22.1")
577    
578  ;;;###autoload  ;;;###autoload
579  (defcustom vc-checkout-hook nil  (defcustom vc-checkout-hook nil
# Line 1827  actually call the backend, but performs Line 1827  actually call the backend, but performs
1827    
1828  ;; Old def for compatibility with Emacs-21.[123].  ;; Old def for compatibility with Emacs-21.[123].
1829  (defmacro vc-diff-switches-list (backend) `(vc-switches ',backend 'diff))  (defmacro vc-diff-switches-list (backend) `(vc-switches ',backend 'diff))
1830  (make-obsolete 'vc-diff-switches-list 'vc-switches "21.4")  (make-obsolete 'vc-diff-switches-list 'vc-switches "22.1")
1831    
1832  (defun vc-default-diff-tree (backend dir rev1 rev2)  (defun vc-default-diff-tree (backend dir rev1 rev2)
1833    "List differences for all registered files at and below DIR.    "List differences for all registered files at and below DIR.

Legend:
Removed from v.1.388  
changed lines
  Added in v.1.389

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26