# HG changeset patch # User Karl Heuer # Date 875761430 0 # Node ID 42354e3ea9977630fc1af647dd07655e5b397b9c # Parent c03bbe136bd02855a7a5c2de7688bb1dd91e71b9 (term-regexp-arg): No need to bind minibuffer-history-sexp-flag any more. diff -r c03bbe136bd0 -r 42354e3ea997 lisp/term.el --- a/lisp/term.el Thu Oct 02 03:03:32 1997 +0000 +++ b/lisp/term.el Thu Oct 02 03:03:50 1997 +0000 @@ -1590,8 +1590,7 @@ (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)))