diff options
| -rw-r--r-- | lisp/vc-hooks.el | 2 |
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") |