1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
emacs/doc
Eli Zaretskii f13d97b4de Fix defining keyboard macros in CUA mode
* lisp/emulation/cua-base.el (cua--prefix-override-replay):
Push the key to replace wrapped in '(no-record . KEY)', so
that it doesn't get recorded more than once.  (Bug#34901)

* src/keyboard.c (read_char): Handle the '(no-record . KEY)'
event by substituting KEY for it.
(syms_of_keyboard) <no-record>: New DEFSYM.
<unread-command-events>: Update the doc string.

* doc/lispref/commands.texi (Event Input Misc): Document the
'(no-record . EVENT)' form.
2019-03-20 11:21:54 +02:00
..
emacs Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
lispintro Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
lispref Fix defining keyboard macros in CUA mode 2019-03-20 11:21:54 +02:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc * lisp/eshell/em-cmpl.el: Use completion-at-point i.s.o pcomplete 2019-03-19 23:41:20 -04:00