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
06d74900
Commit
06d74900
authored
Jun 17, 2001
by
Eli Zaretskii
Browse files
(sh-mark-line): Add help-echo to mouse-highlighted text.
parent
3c0a21c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+4
-1
No files found.
lisp/progmodes/sh-script.el
View file @
06d74900
...
...
@@ -2644,7 +2644,10 @@ so that `occur-next' and `occur-prev' will work."
(
setq
occur-point
(
point
)))
(
insert
message
)
(
if
point
(
put-text-property
start
(
point
)
'mouse-face
'highlight
))
(
add-text-properties
start
(
point
)
'
(
mouse-face
highlight
help-echo
"mouse-2: go to the line where I learned this"
)))
(
insert
"\n"
)
(
if
point
(
progn
...
...
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