projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181b12e
)
Fix for vc-filewise.el unresolved-call glitch.
author
Simon Leinen
<simon.leinen@switch.ch>
Wed, 26 Nov 2014 18:22:35 +0000
(13:22 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 26 Nov 2014 18:22:35 +0000
(13:22 -0500)
lisp/vc/vc-filewise.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-filewise.el
b/lisp/vc/vc-filewise.el
index bc8a8dec416009c61ba21d53e0be7bb6a571bbeb..4a05c9876b63eb3714e9b0af9782774978abb628 100644
(file)
--- 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 'registere
d file))
+ (vc-
filewise-registered backen
d file))
(vc-file-getprop file 'vc-name)))))
(defun vc-rename-master (oldmaster newfile templates)