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
2654fa92
Commit
2654fa92
authored
Feb 16, 1999
by
Richard M. Stallman
Browse files
(speedbar-item-info-tag-helper): Scan the whole line.
parent
2359dd35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/speedbar.el
lisp/speedbar.el
+2
-1
No files found.
lisp/speedbar.el
View file @
2654fa92
...
...
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Version: 0.8.1
;; Keywords: file, tags, tools
;; X-RCS: $Id: speedbar.el,v 1.
19
1999/01/
23 13:23:26 zappo
Exp rms $
;; X-RCS: $Id: speedbar.el,v 1.
20
1999/01/
31 04:39:37 rms
Exp rms $
;; This file is part of GNU Emacs.
...
...
@@ -1698,6 +1698,7 @@ it from the speedbar buffer."
"Display info about a tag that is on the current line.
nil if not applicable."
(save-excursion
(beginning-of-line)
(if (re-search-forward " > \\([^ ]+\\)$"
(save-excursion(end-of-line)(point)) t)
(let ((tag (match-string 1))
...
...
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