From: Glenn Morris Date: Mon, 1 Sep 2008 21:45:32 +0000 (+0000) Subject: (vc-previous-version): Move alias to vc.el. X-Git-Tag: emacs-pretest-23.0.90~3084 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5495ef4e97db28f686c557acc9691624d938418b;p=emacs.git (vc-previous-version): Move alias to vc.el. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 2a7875caa67..91cb4c0cd32 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -600,8 +600,6 @@ If FILE is not registered, this function always returns nil." ;; Backward compatibility. (define-obsolete-function-alias 'vc-workfile-version 'vc-working-revision "23.1") -(define-obsolete-function-alias - 'vc-previous-version 'vc-previous-revision "23.1") (defun vc-default-working-revision (backend file) (message "`working-revision' not found: using the old `workfile-version' instead")