mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(comint-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.
This commit is contained in:
parent
35378a097b
commit
9f8ac7f9ea
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user