]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-shell-command): Other typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 21:30:29 +0000 (21:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 21:30:29 +0000 (21:30 +0000)
lisp/simple.el

index 901f9f7400e33fa2d6f90eca4a0cbbfdafb84526..03a170cac3ec855b19e3ac4053fe629049b4a132 100644 (file)
@@ -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))