Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f8ac7f9
Commit
9f8ac7f9
authored
Oct 02, 1997
by
Karl Heuer
Browse files
(comint-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.
parent
35378a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/comint.el
lisp/comint.el
+1
-2
No files found.
lisp/comint.el
View file @
9f8ac7f9
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment