From: Dmitry Gutov Date: Thu, 18 Dec 2014 13:51:34 +0000 (+0200) Subject: Remove extra semicolons X-Git-Tag: emacs-25.0.90~2635^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=687ae680bd12b0353e313808253e7a07c0828ebe;p=emacs.git Remove extra semicolons --- diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index f477b394a17..5c87cab2d92 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -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)))