projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ad776
)
* lisp/tab-line.el (tab-line-tab-name-format-default): Add help-echo.
author
Juri Linkov
<juri@linkov.net>
Thu, 30 Dec 2021 08:08:37 +0000
(10:08 +0200)
committer
Juri Linkov
<juri@linkov.net>
Thu, 30 Dec 2021 08:08:37 +0000
(10:08 +0200)
(bug#52889)
lisp/tab-line.el
patch
|
blob
|
history
diff --git
a/lisp/tab-line.el
b/lisp/tab-line.el
index af0647acf7ccc7ac100dd2de80a1fb334679df56..003bfe1fbe3c32600cdef7fc2f04018c6ec64626 100644
(file)
--- a/
lisp/tab-line.el
+++ b/
lisp/tab-line.el
@@
-495,6
+495,8
@@
which the tab will represent."
(apply 'propertize
(concat (propertize name
'keymap tab-line-tab-map
+ 'help-echo (if selected-p "Current tab"
+ "Click to select tab")
;; Don't turn mouse-1 into mouse-2 (bug#49247)
'follow-link 'ignore)
(or (and (or buffer-p (assq 'buffer tab) (assq 'close tab))