Remove extra semicolons

This commit is contained in:
Dmitry Gutov 2014-12-18 15:51:34 +02:00
parent af1040b3f4
commit 687ae680bd

View file

@ -206,7 +206,7 @@ If you want to force an empty list of arguments, use t."
"Run 'svn status' for DIR and update BUFFER via CALLBACK.
CALLBACK is called as (CALLBACK RESULT BUFFER), where
RESULT is a list of conses (FILE . STATE) for directory DIR."
;; ;; FIXME shouldn't this rather default to all the files in dir?
;; FIXME shouldn't this rather default to all the files in dir?
(apply #'vc-svn-command (current-buffer) 'async nil "status" "-u" files)
(vc-run-delayed (vc-svn-after-dir-status callback)))