diff lisp/frame.el @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 0636c6ccb430
children e29fcfd8df5f
line wrap: on
line diff
--- a/lisp/frame.el	Wed Nov 18 22:44:28 2009 +0900
+++ b/lisp/frame.el	Wed Nov 18 08:49:14 2009 -0700
@@ -642,8 +642,6 @@
 	    and output (usually the TTY in which XEmacs started).  Only
 	    if support for TTY's was compiled into XEmacs.
 gtk	    A GTK device.
-ns	    A connection to a machine running the NeXTstep windowing
-	    system.  Not currently implemented.
 mswindows   A connection to a machine running Microsoft Windows NT or
 	    Windows 95/97.
 pc	    A direct-write MS-DOS frame.  Not currently implemented.
@@ -869,7 +867,6 @@
 This is equivalent to the type of the frame's device.
 Value is `tty' for a tty frame (a character-only terminal),
 `x' for a frame that is an X window,
-`ns' for a frame that is a NeXTstep window (not yet implemented),
 `mswindows' for a frame that is a MS Windows desktop window,
 `msprinter' for a frame that is a MS Windows print job,
 `stream' for a stream frame (which acts like a stdio stream), and
@@ -1186,8 +1183,7 @@
      ((eq 'mswindows type)
       (> (declare-boundp mswindows-num-mouse-buttons) 0))
      ((device-on-window-system-p display)
-      ;; We assume X, NeXTstep, and GTK and the rest always have a pointing
-      ;; device. 
+      ;; We assume X, GTK and the rest always have a pointing device. 
       t)
     ((eq 'tty type)
      (and-fboundp 'gpm-is-supported-p