1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(vc-svn-after-dir-status): Complete last change.

This commit is contained in:
Stefan Monnier 2008-04-11 15:59:22 +00:00
parent 492d9fd6bc
commit b2ee56c998

View File

@ -175,7 +175,7 @@ If you want to force an empty list of arguments, use t."
(filename (match-string 2)))
(when state
(setq result (cons (list filename state) result)))))
(funcall callback result buffer)))
(funcall callback result)))
(defun vc-svn-dir-status (dir callback)
"Run 'svn status' for DIR and update BUFFER via CALLBACK.