Mercurial > emacs
changeset 38081:fecdcc18b027
(tar-header-block-summarize): Add help-echo to mouse-highlighted text.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 17 Jun 2001 11:23:58 +0000 |
parents | be5236e1efc7 |
children | b1c18f0dd970 |
files | lisp/tar-mode.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tar-mode.el Sun Jun 17 11:23:17 2001 +0000 +++ b/lisp/tar-mode.el Sun Jun 17 11:23:58 2001 +0000 @@ -366,7 +366,9 @@ (if (= 0 (length gname)) gid gname) size (if tar-mode-show-date (tar-clip-time-string time) "") - (propertize name 'mouse-face 'highlight) + (propertize name + 'mouse-face 'highlight + 'help-echo "mouse-2: extract this file into a buffer") (if (or (eq type 1) (eq type 2)) (concat (if (= type 1) " ==> " " --> ") link-name) ""))))