From 9a2c9b476440268e8d6fbacfec52865a76a8b395 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Sep 2013 00:21:19 -0700 Subject: [PATCH] * lisp/simple.el (read-minibuffer): Unbreak it. Fixes: debbugs:15318 --- lisp/ChangeLog | 2 ++ lisp/simple.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a89b4fb8cb9..c3f6e8860d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-09-10 Glenn Morris + * simple.el (read-minibuffer): Unbreak it. (Bug#15318) + * dired-x.el (dired-mark-sexp): Unbreak for systems where ls returns "alternate access method" in mode (eg "-rw-r--r--."). diff --git a/lisp/simple.el b/lisp/simple.el index c5e5b313b7b..c8fbf0b6dae 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1231,7 +1231,7 @@ is a string to insert in the minibuffer before reading. Such arguments are used as in `read-from-minibuffer'.)" ;; Used for interactive spec `x'. (read-from-minibuffer prompt initial-contents minibuffer-local-map - t minibuffer-history)) + t 'minibuffer-history)) (defun eval-minibuffer (prompt &optional initial-contents) "Return value of Lisp expression read using the minibuffer. -- 2.39.2