aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-01 21:45:32 +0000
committerGlenn Morris2008-09-01 21:45:32 +0000
commit5495ef4e97db28f686c557acc9691624d938418b (patch)
treed4406172498d38cd96c019fb8e5d85c98a00a072
parent1353c8da70b3854d123731a3093ef034528a3755 (diff)
downloademacs-5495ef4e97db28f686c557acc9691624d938418b.tar.gz
emacs-5495ef4e97db28f686c557acc9691624d938418b.zip
(vc-previous-version): Move alias to vc.el.
-rw-r--r--lisp/vc-hooks.el2
1 files changed, 0 insertions, 2 deletions
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."
600;; Backward compatibility. 600;; Backward compatibility.
601(define-obsolete-function-alias 601(define-obsolete-function-alias
602 'vc-workfile-version 'vc-working-revision "23.1") 602 'vc-workfile-version 'vc-working-revision "23.1")
603(define-obsolete-function-alias
604 'vc-previous-version 'vc-previous-revision "23.1")
605(defun vc-default-working-revision (backend file) 603(defun vc-default-working-revision (backend file)
606 (message 604 (message
607 "`working-revision' not found: using the old `workfile-version' instead") 605 "`working-revision' not found: using the old `workfile-version' instead")