Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b063fa35
Commit
b063fa35
authored
Aug 12, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): Fix previous change.
parent
79bb4872
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/emacs.c
src/emacs.c
+2
-2
No files found.
src/emacs.c
View file @
b063fa35
...
@@ -1104,9 +1104,9 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
...
@@ -1104,9 +1104,9 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
{
{
extern
void
_mcleanup
();
extern
void
_mcleanup
();
extern
char
etext
;
extern
char
etext
;
extern
void
clear_glyph_matrix
();
extern
Lisp_Object
Fredraw_frame
();
atexit
(
_mcleanup
);
atexit
(
_mcleanup
);
monstartup
(
clear_glyph_matrix
,
&
etext
);
monstartup
(
Fredraw_frame
,
&
etext
);
}
}
else
else
moncontrol
(
0
);
moncontrol
(
0
);
...
...
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