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
23cb053e
Commit
23cb053e
authored
Mar 30, 1995
by
Karl Heuer
Browse files
(comint-read-noecho): Don't log prompt messages.
parent
04f7ec69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/comint.el
lisp/comint.el
+2
-1
No files found.
lisp/comint.el
View file @
23cb053e
...
@@ -1397,7 +1397,8 @@ applications."
...
@@ -1397,7 +1397,8 @@ applications."
(
c
0
)
(
c
0
)
(
echo-keystrokes
0
)
(
echo-keystrokes
0
)
(
cursor-in-echo-area
t
)
(
cursor-in-echo-area
t
)
(
done
nil
))
(
message-log-max
nil
)
(
done
nil
))
(
while
(
not
done
)
(
while
(
not
done
)
(
if
stars
(
if
stars
(
message
"%s%s"
prompt
(
make-string
(
length
ans
)
?*
))
(
message
"%s%s"
prompt
(
make-string
(
length
ans
)
?*
))
...
...
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