]> code.delx.au - gnu-emacs/commitdiff
(tar-header-block-summarize): Add help-echo to mouse-highlighted text.
authorEli Zaretskii <eliz@gnu.org>
Sun, 17 Jun 2001 11:23:58 +0000 (11:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Jun 2001 11:23:58 +0000 (11:23 +0000)
lisp/tar-mode.el

index 3a952e5d636b94281e685a3561ec735f2723e35c..86e05ac269ee141c42cb29ca2399adb3057220e5 100644 (file)
@@ -366,7 +366,9 @@ MODE should be an integer which is a file mode value."
            (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)
              ""))))