diff options
| author | Marco Wahl | 2021-01-29 08:01:12 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-01-29 08:01:12 +0100 |
| commit | d4e9d191aeba9076db06857a90649f6fcddc7f3b (patch) | |
| tree | 6a95d2ac53d149920ce4e2a900d42829074d3a29 /etc | |
| parent | 1275dc4711af77c9c223063dcd149d782d497463 (diff) | |
| download | emacs-d4e9d191aeba9076db06857a90649f6fcddc7f3b.tar.gz emacs-d4e9d191aeba9076db06857a90649f6fcddc7f3b.zip | |
Add a command for redisplay during keyboard macros
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Document it
(bug#39252).
* lisp/kmacro.el (kdb-macro-redisplay): New function.
(kmacro-keymap): Bind it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1577,6 +1577,9 @@ This allows mode-specific alterations to how `thing-at-point' works. | |||
| 1577 | 1577 | ||
| 1578 | ** Miscellaneous | 1578 | ** Miscellaneous |
| 1579 | 1579 | ||
| 1580 | +++ | ||
| 1581 | *** New command `C-x C-k Q' to force redisplay in keyboard macros. | ||
| 1582 | |||
| 1580 | --- | 1583 | --- |
| 1581 | *** New user option 'remember-diary-regexp'. | 1584 | *** New user option 'remember-diary-regexp'. |
| 1582 | 1585 | ||