mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(sh-mark-line): Add help-echo to mouse-highlighted text.
This commit is contained in:
parent
3c0a21c03d
commit
06d7490042
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user