# HG changeset patch # User Glenn Morris # Date 1220305532 0 # Node ID 79519614703450da2b598663566f3b0175df5d3e # Parent ca3f3e68732a227a7bca74c05dc58611c4dfc888 (vc-previous-version): Move alias to vc.el. diff -r ca3f3e68732a -r 795196147034 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Mon Sep 01 21:34:23 2008 +0000 +++ b/lisp/vc-hooks.el Mon Sep 01 21:45:32 2008 +0000 @@ -600,8 +600,6 @@ ;; 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")