changeset 20020:c03bbe136bd0

(comint-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:32 +0000
parents d8e290881d8c
children 42354e3ea997
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Thu Oct 02 02:57:42 1997 +0000
+++ b/lisp/comint.el	Thu Oct 02 03:03:32 1997 +0000
@@ -796,8 +796,7 @@
 
 (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)))