projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e52a59
)
Allow inserting registers in minibuffer (bug#67702)
author
Thierry Volpiatto
<thievol@posteo.net>
Fri, 8 Dec 2023 07:09:38 +0000
(08:09 +0100)
committer
Thierry Volpiatto
<thievol@posteo.net>
Fri, 8 Dec 2023 14:28:41 +0000
(15:28 +0100)
* lisp/register.el (register-read-with-preview): Bind
`enable-recursive-minibuffers`.
lisp/register.el
patch
|
blob
|
history
diff --git
a/lisp/register.el
b/lisp/register.el
index a38b531dfc945cc4673dea1381065069362ae498..ba00f296af907df8c61e78ec2a9f06a952dce17f 100644
(file)
--- a/
lisp/register.el
+++ b/
lisp/register.el
@@
-315,6
+315,7
@@
display such a window regardless."
(set-keymap-parent m minibuffer-local-map)
m))
(data (register-command-info this-command))
+ (enable-recursive-minibuffers t)
types msg result timer act win strs smatch)
(if data
(setq types (register-preview-info-types data)