From 9f8ac7f9ea047a33af400e03a800ed146dcc896e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 2 Oct 1997 03:03:32 +0000 Subject: [PATCH] (comint-regexp-arg): No need to bind minibuffer-history-sexp-flag any more. --- lisp/comint.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/comint.el b/lisp/comint.el index 381938b568c..39a084f9cf3 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -796,8 +796,7 @@ See also `comint-read-input-ring'." (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))) -- 2.39.2