emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ac2498a 1/2: Fix read-no-blanks-input history argument


From: Lars Ingebrigtsen
Subject: master ac2498a 1/2: Fix read-no-blanks-input history argument
Date: Sun, 12 Sep 2021 08:12:04 -0400 (EDT)

branch: master
commit ac2498ad1c25088f4b9561898d39948f33c57124
Author: dick r. chiang <dick.r.chiang@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix read-no-blanks-input history argument
    
    * lisp/minibuffer.el (read-no-blanks-input): Use the
    `minibuffer-history' symbol, not the value (bug#50535).
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 68e4fa1..8a0122a 100644
--- 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]