From: Stefan Monnier Date: Thu, 20 Mar 2008 21:30:29 +0000 (+0000) Subject: (read-shell-command): Other typo. X-Git-Tag: emacs-pretest-23.0.90~7014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29b465e1e37c59a446ef24509520f17e3f9e1aa1;p=emacs.git (read-shell-command): Other typo. --- diff --git a/lisp/simple.el b/lisp/simple.el index 901f9f7400e..03a170cac3e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1940,7 +1940,7 @@ The arguments are the same as the ones of `read-from-minibuffer', except READ and KEYMAP are missing and HIST defaults to `shell-command-history'." (apply 'read-from-minibuffer prompt initial-contents - (or keymap minibuffer-local-shell-command-map) + minibuffer-local-shell-command-map nil (or hist 'shell-command-history) args))