summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-01-07 02:49:15 +0000
committerJim Blandy <jimb@redhat.com>1993-01-07 02:49:15 +0000
commite33981b69dd78e2a83bf69f6607cad50f000d3d9 (patch)
tree5c8f8d675cc69787126c58bed4274f0485d1c4b0
parent8558648404450c91feaf81a47f044b6465cb58d9 (diff)
downloademacs-e33981b69dd78e2a83bf69f6607cad50f000d3d9.tar.gz
Small changes to keep people from running Emacs under X.
-rw-r--r--src/xterm.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 70d5c9bab0d..d840ff08816 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -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);