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:
parent
492d9fd6bc
commit
b2ee56c998
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user