mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Make completion in the `E' command in *Ibuffer* work
* lisp/ibuf-ext.el (eval): Make completion (etc) work as normal (bug#16239).
This commit is contained in:
parent
00787a2abd
commit
6fe58ff088
1 changed files with 1 additions and 4 deletions
|
|
@ -563,10 +563,7 @@ format. See `ibuffer-update-saved-filters-format' and
|
|||
Does not display the buffer during evaluation.
|
||||
See `ibuffer-do-view-and-eval' for that."
|
||||
(:interactive
|
||||
(list
|
||||
(read-from-minibuffer
|
||||
"Eval in buffers (form): "
|
||||
nil read-expression-map t 'read-expression-history))
|
||||
(list (read--expression "Eval in buffers (form): "))
|
||||
:opstring "evaluated in"
|
||||
:modifier-p :maybe)
|
||||
(eval form))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue