# HG changeset patch # User Eli Zaretskii # Date 992777038 0 # Node ID fecdcc18b0279d3ef02145cda30f5dbd30a2927a # Parent be5236e1efc7a12edcebd5922c50e0647b47fde8 (tar-header-block-summarize): Add help-echo to mouse-highlighted text. diff -r be5236e1efc7 -r fecdcc18b027 lisp/tar-mode.el --- 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) ""))))