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
e33981b6
Commit
e33981b6
authored
Jan 07, 1993
by
Jim Blandy
Browse files
Small changes to keep people from running Emacs under X.
parent
85586484
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/xterm.c
src/xterm.c
+11
-0
No files found.
src/xterm.c
View file @
e33981b6
...
...
@@ -4128,6 +4128,17 @@ x_term_init (display_name)
extern
int
old_fcntl_owner
;
#endif
/* ! defined (F_SETOWN) */
{
fprintf
(
stderr
,
"\
Hey! The Emacs 19 sources currently contain incomplete changes
for scrollbars, and don't run properly under X!
It is supposed to work under termcap, though.
-JimB"
);
}
x_focus_frame
=
x_highlight_frame
=
0
;
x_current_display
=
XOpenDisplay
(
display_name
);
...
...
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