From 5b7ec6a8137672e5c42527a604897d16ad78cdb6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Dec 2007 15:00:21 +0000 Subject: [PATCH] Typo fix. --- lisp/speedbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )) -- 2.39.2