Mercurial > emacs
changeset 93115:f9b87932bf05
(read-shell-command): Other typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Mar 2008 21:30:29 +0000 |
parents | 57fa8ebfd227 |
children | 75a20590b1bb |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))