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
7fa788da
Commit
7fa788da
authored
May 19, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
ffd56f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/dispnew.c
src/dispnew.c
+4
-1
No files found.
src/dispnew.c
View file @
7fa788da
...
...
@@ -1753,7 +1753,10 @@ terminate any keyboard macro currently executing.")
{
if
(
!
NILP
(
arg
))
{
ring_bell
();
if
(
noninteractive
)
putchar
(
07
);
else
ring_bell
();
fflush
(
stdout
);
}
else
...
...
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