1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Update NEWS for 'define-keymap'

This commit is contained in:
Lars Ingebrigtsen 2021-10-04 10:17:03 +02:00
parent 859190f03e
commit 84192b6716

View file

@ -85,6 +85,14 @@ Emacs buffers, like indentation and the like. The new ert function
Using 'make-obsolete' on a theme is now supported. This will make
'load-theme' issue a warning when loading the theme.
+++
** New function 'define-keymap'.
This function allows defining a number of keystrokes with one form.
+++
** New macro 'defvar-keymap'.
This macro allows defining keymap variables more conveniently.
* Changes in Emacs 29.1 on Non-Free Operating Systems