# HG changeset patch # User Eric S. Raymond # Date 1198854021 0 # Node ID a721577a4af2fd39866cd7db2050c4c81f2dd0a1 # Parent 20c5521ec9291fe16459a482735bf7db629645db Typo fix. diff -r 20c5521ec929 -r a721577a4af2 lisp/speedbar.el --- 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) ))