diff lisp/progmodes/ps-mode.el @ 91327:606f2d163a64

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
author Miles Bader <miles@gnu.org>
date Wed, 09 Jan 2008 01:21:15 +0000
parents 53108e6cea98 107ccd98fa12
children
line wrap: on
line diff
--- a/lisp/progmodes/ps-mode.el	Tue Jan 08 05:34:24 2008 +0000
+++ b/lisp/progmodes/ps-mode.el	Wed Jan 09 01:21:15 2008 +0000
@@ -1,6 +1,6 @@
 ;;; ps-mode.el --- PostScript mode for GNU Emacs
 
-;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 ;; Free Software Foundation, Inc.
 
 ;; Author:     Peter Kleiweg <p.c.j.kleiweg@rug.nl>
@@ -109,7 +109,7 @@
 (defcustom ps-mode-print-function
   (lambda ()
      (let ((lpr-switches nil)
-	   (lpr-command (if (memq system-type '(usg-unix-v dgux hpux irix))
+	   (lpr-command (if (memq system-type '(usg-unix-v hpux irix))
 			    "lp" "lpr")))
        (lpr-buffer)))
   "*Lisp function to print current buffer as PostScript."