Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae7a6b88
Commit
ae7a6b88
authored
Oct 10, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(comint-last-input-match): defvar moved up.
parent
26dc36e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/comint.el
lisp/comint.el
+4
-4
No files found.
lisp/comint.el
View file @
ae7a6b88
...
...
@@ -189,6 +189,10 @@ executed once when the buffer is created.")
"True if communications via pty; false if by pipe. Buffer local.
This is to work around a bug in emacs process signalling."
)
(
defvar
comint-last-input-match
""
"Last string searched for by comint input history search, for defaulting.
Buffer local variable."
)
(
defvar
comint-input-ring
nil
)
(
defvar
comint-last-input-start
)
(
defvar
comint-last-input-end
)
...
...
@@ -427,10 +431,6 @@ Answer is guaranteed to be non-negative, and less than m."
(
interactive
"*p"
)
(
comint-previous-input
(
-
arg
)))
(
defvar
comint-last-input-match
""
"Last string searched for by comint input history search, for defaulting.
Buffer local variable."
)
(
defun
comint-previous-input-matching
(
str
)
"Searches backwards through input history for substring match."
(
interactive
(
let*
((
last-command
last-command
)
; preserve around r-f-m
...
...
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