diff lisp/vc-hooks.el @ 92345:4ffd887822d7

* vc.el (vc-status-crt-marked): New variable. (vc-status-mode): Make it local. (vc-status-refresh): Use it to save the marked files. (vc-update-vc-status-buffer): Use it to restore the marked files. * vc-svn.el (vc-svn-after-dir-status): * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 29 Feb 2008 19:13:54 +0000
parents f991f10f15ec
children 97c5b398eee4
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Fri Feb 29 07:55:05 2008 +0000
+++ b/lisp/vc-hooks.el	Fri Feb 29 19:13:54 2008 +0000
@@ -605,6 +605,8 @@
 ;; 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")