projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a44ac9
)
Fix read-no-blanks-input history argument
author
dick r. chiang
<dick.r.chiang@gmail.com>
Sun, 12 Sep 2021 12:11:16 +0000
(14:11 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 12 Sep 2021 12:11:57 +0000
(14:11 +0200)
* lisp/minibuffer.el (read-no-blanks-input): Use the
`minibuffer-history' symbol, not the value (bug#50535).
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 68e4fa17fce23b7aa477e1c29fa2ed71a723a3ad..8a0122ae5f6465db127352d0db1ef06ade4473d3 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-2688,7
+2688,7
@@
the current input method and the setting of`enable-multibyte-characters'.
If `inhibit-interaction' is non-nil, this function will signal an
`inhibited-interaction' error."
(read-from-minibuffer prompt initial minibuffer-local-ns-map
- nil minibuffer-history nil inherit-input-method))
+ nil
'
minibuffer-history nil inherit-input-method))
;;; Major modes for the minibuffer