summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-07 18:05:58 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-07 18:06:03 +0200
commit6fe58ff08865c4fd1ffaf3b01e4f1bbaa1c98ed3 (patch)
treebbf00cc7e8c5876d19a1cdb1462919e3669f0777 /lisp
parent00787a2abd3b15699c12bbe8a2be08db2c0aa313 (diff)
downloademacs-6fe58ff08865c4fd1ffaf3b01e4f1bbaa1c98ed3.tar.gz
emacs-6fe58ff08865c4fd1ffaf3b01e4f1bbaa1c98ed3.tar.bz2
emacs-6fe58ff08865c4fd1ffaf3b01e4f1bbaa1c98ed3.zip
Make completion in the `E' command in *Ibuffer* work
* lisp/ibuf-ext.el (eval): Make completion (etc) work as normal (bug#16239).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ibuf-ext.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 2746e4115a0..44c7e74839f 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -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))