# HG changeset patch # User Karl Heuer # Date 875761412 0 # Node ID c03bbe136bd02855a7a5c2de7688bb1dd91e71b9 # Parent d8e290881d8c4ea73f606dcdc1a9b62951342780 (comint-regexp-arg): No need to bind minibuffer-history-sexp-flag any more. diff -r d8e290881d8c -r c03bbe136bd0 lisp/comint.el --- 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)))