# HG changeset patch # User Stefan Monnier # Date 1206048629 0 # Node ID f9b87932bf05210a847b61a41a6b9a2f70bd8546 # Parent 57fa8ebfd2276d9eb5e671e3d0db9a13077fe12e (read-shell-command): Other typo. diff -r 57fa8ebfd227 -r f9b87932bf05 lisp/simple.el --- a/lisp/simple.el Thu Mar 20 19:56:58 2008 +0000 +++ b/lisp/simple.el Thu Mar 20 21:30:29 2008 +0000 @@ -1940,7 +1940,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) + minibuffer-local-shell-command-map nil (or hist 'shell-command-history) args))