changeset 1739:d738d3690836

Small changes to keep people from running Emacs under X.
author Jim Blandy <jimb@redhat.com>
date Thu, 07 Jan 1993 02:49:15 +0000
parents 4ec7bd2fbf55
children 6d74de06a35d
files src/xterm.c
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);