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
4bafa972
Commit
4bafa972
authored
Apr 10, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* keyboard.c (echo_dash): Do nothing if echoptr is 0.
parent
9a5336ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/keyboard.c
src/keyboard.c
+3
-0
No files found.
src/keyboard.c
View file @
4bafa972
...
...
@@ -521,6 +521,9 @@ echo_dash ()
{
if
(
!
immediate_echo
&&
echoptr
==
echobuf
)
return
;
/* Do nothing if not echoing at all. */
if
(
echoptr
==
0
)
return
;
/* Put a dash at the end of the buffer temporarily,
but make it go away when the next character is added. */
...
...
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