diff options
| author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-29 19:13:54 +0000 |
|---|---|---|
| committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-29 19:13:54 +0000 |
| commit | 9b7b3814df636c281213bae6f757ca3c49598b6c (patch) | |
| tree | e1130fa7b35818e0b7676599a28ef159edc4321f /lisp/vc-hooks.el | |
| parent | e42fc90537a819525fd7e3b06b16c825c5de6b4f (diff) | |
| download | emacs-9b7b3814df636c281213bae6f757ca3c49598b6c.tar.gz | |
* 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.
Diffstat (limited to 'lisp/vc-hooks.el')
| -rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index b177061d50a..e167492c089 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -605,6 +605,8 @@ 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") |
