emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4e0f8f7: Fix for vc-filewise.el unresolved-call gli


From: Eric S. Raymond
Subject: [Emacs-diffs] master 4e0f8f7: Fix for vc-filewise.el unresolved-call glitch.
Date: Wed, 26 Nov 2014 18:23:30 +0000

branch: master
commit 4e0f8f7b2da47a59da317ebcc5c85ef9d3ee3b68
Author: Simon Leinen <address@hidden>
Date:   Wed Nov 26 13:22:35 2014 -0500

    Fix for vc-filewise.el unresolved-call glitch.
---
 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 bc8a8de..4a05c98 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]