# HG changeset patch # User Jim Blandy # Date 726374955 0 # Node ID d738d36908360b6c2c06400c55f6a51f302b3cfb # Parent 4ec7bd2fbf550fe6597f4ec97ebec072dfc6f1a3 Small changes to keep people from running Emacs under X. diff -r 4ec7bd2fbf55 -r d738d3690836 src/xterm.c --- a/src/xterm.c Thu Jan 07 01:47:11 1993 +0000 +++ b/src/xterm.c Thu Jan 07 02:49:15 1993 +0000 @@ -4128,6 +4128,17 @@ 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);