Mercurial > hg > xemacs-beta
diff lisp/device.el @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 41ff10fd062f |
children | c42ec1d1cded |
line wrap: on
line diff
--- a/lisp/device.el Mon Aug 13 10:05:53 2007 +0200 +++ b/lisp/device.el Mon Aug 13 10:06:47 2007 +0200 @@ -41,7 +41,7 @@ Value is `tty' for a tty device (a character-only terminal), `x' for a device that is a screen on an X display, `ns' for a device that is a NeXTstep connection (not yet implemented), -`w32' for a device that is a Windows or Windows NT connection, +`mswindows' for a device that is a Windows or Windows NT connection, `pc' for a device that is a direct-write MS-DOS screen (not yet implemented), `stream' for a stream device (which acts like a stdio stream), and `dead' for a deleted device." @@ -67,9 +67,9 @@ "Create a new device connected to DISPLAY." (make-device 'x display)) -(defun make-w32-device () - "Create a new win32 device." - (make-device 'w32 nil)) +(defun make-mswindows-device () + "Create a new mswindows device." + (make-device 'mswindows nil)) (defun device-on-window-system-p (&optional device) "Return non-nil if DEVICE is on a window system.