summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2014-12-18 15:51:34 +0200
committerDmitry Gutov <dgutov@yandex.ru>2014-12-18 15:51:34 +0200
commit687ae680bd12b0353e313808253e7a07c0828ebe (patch)
treefb429da2f1ef2db0494ad1c3fe84e06bf572d308
parentaf1040b3f4ec4dbf714a532846b9639abcddb105 (diff)
downloademacs-687ae680bd12b0353e313808253e7a07c0828ebe.tar.gz
emacs-687ae680bd12b0353e313808253e7a07c0828ebe.tar.bz2
emacs-687ae680bd12b0353e313808253e7a07c0828ebe.zip
Remove extra semicolons
-rw-r--r--lisp/vc/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
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)))