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
9d0d777c
Commit
9d0d777c
authored
Jan 14, 1993
by
Jim Blandy
Browse files
* dispnew.c (Fredraw_display): DEFUN was missing a closing paren.
parent
96858c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
9d0d777c
...
...
@@ -165,7 +165,7 @@ DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
}
DEFUN
(
"redraw-display"
,
Fredraw_display
,
Sredraw_display
,
0
,
0
,
""
,
"Clear and redisplay all visible frames."
"Clear and redisplay all visible frames."
)
()
{
Lisp_Object
frame
,
tail
;
...
...
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