diff options
Diffstat (limited to 'lisp/vc/vc-filewise.el')
-rw-r--r-- | lisp/vc/vc-filewise.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-filewise.el b/lisp/vc/vc-filewise.el index bc8a8dec416..4a05c9876b6 100644 --- a/lisp/vc/vc-filewise.el +++ b/lisp/vc/vc-filewise.el @@ -41,7 +41,7 @@ If the file is not registered, or the master name is not known, return nil." ;; vc-BACKEND-registered explicitly (let ((backend (vc-backend file))) (if (and backend - (vc-call-backend backend 'registered file)) + (vc-filewise-registered backend file)) (vc-file-getprop file 'vc-name))))) (defun vc-rename-master (oldmaster newfile templates) |