changeset 20021:42354e3ea997

(term-regexp-arg): No need to bind minibuffer-history-sexp-flag any more.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Oct 1997 03:03:50 +0000
parents c03bbe136bd0
children c9ed682ff86f
files lisp/term.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))