Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5b7ec6a8
Commit
5b7ec6a8
authored
Dec 28, 2007
by
Eric S. Raymond
Browse files
Typo fix.
parent
1198eead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/speedbar.el
lisp/speedbar.el
+1
-1
No files found.
lisp/speedbar.el
View file @
5b7ec6a8
...
...
@@ -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)
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment