changeset 87448:a721577a4af2

Typo fix.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 28 Dec 2007 15:00:21 +0000
parents 20c5521ec929
children 7477a697d7e1
files lisp/speedbar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/speedbar.el	Fri Dec 28 13:30:34 2007 +0000
+++ b/lisp/speedbar.el	Fri Dec 28 15:00:21 2007 +0000
@@ -2987,7 +2987,7 @@
 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)
    ))