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
3f527154
Commit
3f527154
authored
Sep 18, 2009
by
Glenn Morris
Browse files
(speedbar-track-mouse): Fix typo in condition-case handler.
parent
63348d24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/speedbar.el
lisp/speedbar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3f527154
...
...
@@ -5,6 +5,7 @@
* emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
definition of abbrev table.
* speedbar.el (speedbar-track-mouse):
* net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
* net/eudc.el (eudc-expand-inline):
* net/newst-backend.el (newsticker--cache-read-feed):
...
...
lisp/speedbar.el
View file @
3f527154
...
...
@@ -1291,7 +1291,7 @@ and the existence of packages."
(
if
(
eq
major-mode
'speedbar-mode
)
;; XEmacs may let us get in here in other mode buffers.
(
speedbar-item-info
)))
(
t
(
speedbar-message
nil
)))))))
(
error
(
speedbar-message
nil
)))))))
(
defun
speedbar-show-info-under-mouse
()
"Call the info function for the line under the mouse."
...
...
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