From a337468045409bc0d9179f4cdda010dbab2a5989 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 22 Aug 2009 21:59:40 +0000 Subject: Remove code for defunct system-types emx, macos, mswindows, unisoft-unix, vax-vms, win32, w32. --- lisp/lpr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/lpr.el') diff --git a/lisp/lpr.el b/lisp/lpr.el index b8614af18ff..c12e01c1667 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -31,7 +31,7 @@ ;;;###autoload (defvar lpr-windows-system - (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) + (memq system-type '(ms-dos windows-nt))) ;;;###autoload (defvar lpr-lp-system @@ -45,7 +45,7 @@ ;;;###autoload (defcustom printer-name - (and (memq system-type '(emx ms-dos)) "PRN") + (and (eq system-type 'ms-dos) "PRN") "The name of a local printer to which data is sent for printing. \(Note that PostScript files are sent to `ps-printer-name', which see.\) -- cgit v1.2.1