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
09d1d7e2
Commit
09d1d7e2
authored
Sep 02, 1994
by
Richard M. Stallman
Browse files
(Fdelete_frame): Fix previous change.
parent
125138e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/frame.c
src/frame.c
+3
-3
No files found.
src/frame.c
View file @
09d1d7e2
...
...
@@ -885,11 +885,11 @@ but if the second optional argument FORCE is non-nil, you may do so.")
if
(
FRAME_INSERT_COST
(
f
))
free
(
FRAME_INSERT_COST
(
f
));
if
(
FRAME_DELETEN_COST
(
f
))
FRAME_DELETEN_COST
(
f
);
free
(
FRAME_DELETEN_COST
(
f
)
)
;
if
(
FRAME_INSERTN_COST
(
f
))
FRAME_INSERTN_COST
(
f
);
free
(
FRAME_INSERTN_COST
(
f
)
)
;
if
(
FRAME_DELETE_COST
(
f
))
FRAME_DELETE_COST
(
f
);
free
(
FRAME_DELETE_COST
(
f
)
)
;
/* Since some events are handled at the interrupt level, we may get
an event for f at any time; if we zero out the frame's display
...
...
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