]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/ps-mode.el
Remove support for IRIX
[gnu-emacs] / lisp / progmodes / ps-mode.el
index 79c32c62a5c8cc36f59702fc04d89cae4a6a0d5a..c9299055a4dccb87b1da03bc5ac0504d5070d5bf 100644 (file)
@@ -113,7 +113,7 @@ When the figure is finished these values should be replaced."
 (defcustom ps-mode-print-function
   (lambda ()
      (let ((lpr-switches nil)
-          (lpr-command (if (memq system-type '(usg-unix-v hpux irix))
+          (lpr-command (if (memq system-type '(usg-unix-v hpux))
                            "lp" "lpr")))
        (lpr-buffer)))
   "Lisp function to print current buffer as PostScript."