emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ps-mode.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ps-mode.el,v
Date: Sun, 06 Jan 2008 00:57:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/06 00:56:56

Index: lisp/progmodes/ps-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/ps-mode.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- lisp/progmodes/ps-mode.el   6 Dec 2007 04:09:22 -0000       1.25
+++ lisp/progmodes/ps-mode.el   6 Jan 2008 00:56:48 -0000       1.26
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]