* lisp/simple.el (read-minibuffer): Unbreak it.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Sep 2013 07:21:19 +0000 (00:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Sep 2013 07:21:19 +0000 (00:21 -0700)
Fixes: debbugs:15318

lisp/ChangeLog
lisp/simple.el

index a89b4fb..c3f6e88 100644 (file)
@@ -1,5 +1,7 @@
 2013-09-10  Glenn Morris  <rgm@gnu.org>
 
+       * 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--.").
 
index c5e5b31..c8fbf0b 100644 (file)
@@ -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.