projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1198eea
)
Typo fix.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 28 Dec 2007 15:00:21 +0000
(15:00 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 28 Dec 2007 15:00:21 +0000
(15:00 +0000)
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index fb93211ea0ca3f11989e32454722fc38116c06b0..a530661ddd600611b7a9f1a1aad11f6c243bd6a6 100644
(file)
--- 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)
))