]> git.eshelyaron.com Git - emacs.git/commit
Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634)
authorJuri Linkov <juri@linkov.net>
Wed, 6 Jul 2022 17:39:41 +0000 (20:39 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 6 Jul 2022 17:39:41 +0000 (20:39 +0300)
commit0e99046d62e71fb874cb9010e60ecfee289f84e9
treef949517518d9ebef48923c6ecc409f43c2db9fa5
parent6a7bb1ddbc9837b2d2af60236be58723114855ac
Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634)

* lisp/subr.el (set-transient-map): Add new args MESSAGE and TIMEOUT.
(set-transient-map-timeout, set-transient-map-timer): New variables.

* lisp/international/emoji.el (emoji-zoom-increase):
* lisp/indent.el (indent-rigidly):
* lisp/face-remap.el (text-scale-adjust, global-text-scale-adjust):
Use the arg MESSAGE of set-transient-map.

* doc/lispref/keymaps.texi (Controlling Active Maps): Mention new args
MESSAGE and TIMEOUT of set-transient-map.
doc/lispref/keymaps.texi
etc/NEWS
lisp/face-remap.el
lisp/indent.el
lisp/international/emoji.el
lisp/subr.el