]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-regexp-arg): No need to bind
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:32 +0000 (03:03 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:32 +0000 (03:03 +0000)
minibuffer-history-sexp-flag any more.

lisp/comint.el

index 381938b568c82c903588e342462170265803d7ac..39a084f9cf370e059097ba18c882c6f6e05eda7e 100644 (file)
@@ -796,8 +796,7 @@ See also `comint-read-input-ring'."
 
 (defun comint-regexp-arg (prompt)
   ;; Return list of regexp and prefix arg using PROMPT.
-  (let* ((minibuffer-history-sexp-flag nil)
-        ;; Don't clobber this.
+  (let* (;; Don't clobber this.
         (last-command last-command)
         (regexp (read-from-minibuffer prompt nil nil nil
                                       'minibuffer-history-search-history)))