From 687ae680bd12b0353e313808253e7a07c0828ebe Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 18 Dec 2014 15:51:34 +0200 Subject: [PATCH] Remove extra semicolons --- lisp/vc/vc-svn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2