1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(comint-regexp-arg): No need to bind

minibuffer-history-sexp-flag any more.
This commit is contained in:
Karl Heuer 1997-10-02 03:03:32 +00:00
parent 35378a097b
commit 9f8ac7f9ea

View File

@ -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)))