Typo fix.
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)
lisp/speedbar.el

index fb93211..a530661 100644 (file)
@@ -2987,7 +2987,7 @@ Automatically recognizes all VCs supported by VC mode.  You can
 optimize this function by overriding it and only doing those checks
 that will occur on your system."
   (or
-   (vc-backend (concat directory "/" name)
+   (vc-backend (concat directory "/" name))
    ;; User extension
    (run-hook-with-args 'speedbar-vc-in-control-hook directory name)
    ))