From 7c6d20657f5c6928a80c1603d46e9450e1c962e6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 20 Mar 2008 19:52:30 +0000 Subject: [PATCH] (read-shell-command): Typo. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2