diff options
Diffstat (limited to 'lisp/vc/vc-hooks.el')
| -rw-r--r-- | lisp/vc/vc-hooks.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index ce72a49b955..f09ceddcb37 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -505,14 +505,6 @@ If FILE is not registered, this function always returns nil." | |||
| 505 | (vc-call-backend | 505 | (vc-call-backend |
| 506 | backend 'working-revision file)))))) | 506 | backend 'working-revision file)))))) |
| 507 | 507 | ||
| 508 | ;; Backward compatibility. | ||
| 509 | (define-obsolete-function-alias | ||
| 510 | 'vc-workfile-version 'vc-working-revision "23.1") | ||
| 511 | (defun vc-default-working-revision (backend file) | ||
| 512 | (message | ||
| 513 | "`working-revision' not found: using the old `workfile-version' instead") | ||
| 514 | (vc-call-backend backend 'workfile-version file)) | ||
| 515 | |||
| 516 | (defun vc-default-registered (backend file) | 508 | (defun vc-default-registered (backend file) |
| 517 | "Check if FILE is registered in BACKEND using vc-BACKEND-master-templates." | 509 | "Check if FILE is registered in BACKEND using vc-BACKEND-master-templates." |
| 518 | (let ((sym (vc-make-backend-sym backend 'master-templates))) | 510 | (let ((sym (vc-make-backend-sym backend 'master-templates))) |