diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/comint.el | 3 |
1 files changed, 1 insertions, 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'." | |||
| 796 | 796 | ||
| 797 | (defun comint-regexp-arg (prompt) | 797 | (defun comint-regexp-arg (prompt) |
| 798 | ;; Return list of regexp and prefix arg using PROMPT. | 798 | ;; Return list of regexp and prefix arg using PROMPT. |
| 799 | (let* ((minibuffer-history-sexp-flag nil) | 799 | (let* (;; Don't clobber this. |
| 800 | ;; Don't clobber this. | ||
| 801 | (last-command last-command) | 800 | (last-command last-command) |
| 802 | (regexp (read-from-minibuffer prompt nil nil nil | 801 | (regexp (read-from-minibuffer prompt nil nil nil |
| 803 | 'minibuffer-history-search-history))) | 802 | 'minibuffer-history-search-history))) |