From: Stefan Monnier Date: Thu, 20 Mar 2008 19:52:30 +0000 (+0000) Subject: (read-shell-command): Typo. X-Git-Tag: emacs-pretest-23.0.90~7016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c6d20657f5c6928a80c1603d46e9450e1c962e6;p=emacs.git (read-shell-command): Typo. --- diff --git a/lisp/simple.el b/lisp/simple.el index 38c30e3ae9a..901f9f7400e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1941,6 +1941,7 @@ 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) + nil (or hist 'shell-command-history) args))