Mercurial > emacs
changeset 93113:c0af5c9f100b
(read-shell-command): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Mar 2008 19:52:30 +0000 |
parents | 6ed43e8a395c |
children | 57fa8ebfd227 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Thu Mar 20 19:48:07 2008 +0000 +++ b/lisp/simple.el Thu Mar 20 19:52:30 2008 +0000 @@ -1941,6 +1941,7 @@ 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))