comparison lisp/device.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 da8cdcec6dff
children 0d43872986b6
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
51 "Return the type of the specified device (e.g. `x' or `tty'). 51 "Return the type of the specified device (e.g. `x' or `tty').
52 This is equivalent to the type of the device's console. 52 This is equivalent to the type of the device's console.
53 Value is `tty' for a tty device (a character-only terminal), 53 Value is `tty' for a tty device (a character-only terminal),
54 `x' for a device that is a screen on an X display, 54 `x' for a device that is a screen on an X display,
55 `gtk' for a device that is a GTK connection. 55 `gtk' for a device that is a GTK connection.
56 `ns' for a device that is a NeXTstep connection (not yet implemented),
57 `mswindows' for a device that is a MS Windows workstation, 56 `mswindows' for a device that is a MS Windows workstation,
58 `msprinter' for a device that is a MS Windows printer connection, 57 `msprinter' for a device that is a MS Windows printer connection,
59 `stream' for a stream device (which acts like a stdio stream), and 58 `stream' for a stream device (which acts like a stdio stream), and
60 `dead' for a deleted device." 59 `dead' for a deleted device."
61 (or device (setq device (selected-device))) 60 (or device (setq device (selected-device)))