Mercurial > emacs
changeset 38078:8bc0292b0367
(cpp-make-button): Add help-echo to mouse-highlighted text.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 17 Jun 2001 11:21:48 +0000 |
parents | 7137508c16aa |
children | 7563c3b44130 |
files | lisp/progmodes/cpp.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el Sun Jun 17 11:21:07 2001 +0000 +++ b/lisp/progmodes/cpp.el Sun Jun 17 11:21:48 2001 +0000 @@ -776,6 +776,7 @@ (add-text-properties from to (append (list 'face face) '(mouse-face highlight) + '(help-echo "mouse-2: change/use this item") (list 'cpp-callback callback) (if data (list 'cpp-data data))))))