From: Karl Heuer Date: Thu, 2 Oct 1997 03:03:50 +0000 (+0000) Subject: (term-regexp-arg): No need to bind X-Git-Tag: emacs-20.3~3052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39f9c42439c4e146b3d35e7a864802535ab2d117;p=emacs.git (term-regexp-arg): No need to bind minibuffer-history-sexp-flag any more. --- diff --git a/lisp/term.el b/lisp/term.el index 5ca95e3e511..e3aefb83b9a 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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)))