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,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 01 Sep 2008 21:45:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/09/01 21:45:52

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -b -r1.699 -r1.700
--- vc.el       2 Aug 2008 21:31:41 -0000       1.699
+++ vc.el       1 Sep 2008 21:45:51 -0000       1.700
@@ -2243,6 +2243,9 @@
   (string-match "[0-9]+\\'" rev)
   (substring rev (match-beginning 0) (match-end 0)))
 
+(define-obsolete-function-alias
+  'vc-default-previous-version 'vc-default-previous-revision "23.1")
+
 (defun vc-default-previous-revision (backend file rev)
   "Return the revision number immediately preceding REV for FILE,
 or nil if there is no previous revision.  This default




reply via email to

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