From 29b465e1e37c59a446ef24509520f17e3f9e1aa1 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 20 Mar 2008 21:30:29 +0000 Subject: [PATCH] (read-shell-command): Other typo. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5