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

lisp/term.el

index 5ca95e3e511098a63faf52c4e91eb971f121182b..e3aefb83b9a8fd46796b584b04621708a50f110f 100644 (file)
@@ -1590,8 +1590,7 @@ See also `term-read-input-ring'."
 
 (defun term-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)))