From: Eric S. Raymond Date: Fri, 28 Dec 2007 15:00:21 +0000 (+0000) Subject: Typo fix. X-Git-Tag: emacs-pretest-23.0.90~8798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b7ec6a8137672e5c42527a604897d16ad78cdb6;p=emacs.git Typo fix. --- diff --git a/lisp/speedbar.el b/lisp/speedbar.el index fb93211ea0c..a530661ddd6 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -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) ))