summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 52fb1a515e1..37a5dfb1d3e 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -185,7 +185,8 @@ RESULT is a list of conses (FILE . STATE) for directory DIR."
(generate-new-buffer-name " *vc svn status*"))
(vc-svn-command (current-buffer) 'async nil "status")
(vc-exec-after
- `(vc-svn-after-dir-status (quote ,callback) ,buffer))))
+ `(vc-svn-after-dir-status (quote ,callback) ,buffer))
+ (current-buffer)))
(defun vc-svn-working-revision (file)
"SVN-specific version of `vc-working-revision'."