emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-def.el,v
Date: Wed, 23 Apr 2008 02:57:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/23 02:57:58

Index: ps-def.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-def.el,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -b -r2.2 -r2.3
--- ps-def.el   2 Feb 2008 04:16:23 -0000       2.2
+++ ps-def.el   23 Apr 2008 02:57:57 -0000      2.3
@@ -178,17 +178,8 @@
 
   ;; Return t if the device (which can be changed during an emacs session)
   ;; can handle colors.
-  ;; XEmacs change: Need to check for emacs-major-version too.
-  (if (or (> emacs-major-version 19)
-         (and (= emacs-major-version 19)
-              (>= emacs-minor-version 12)))
-      ;; xemacs >= 19.12
       (defun ps-color-device ()
        (eq (device-class) 'color))
-    ;; xemacs < 19.12
-    (setq ps-print-color-p nil)
-    (defalias 'ps-color-device 'ignore))
-
 
   (defun ps-mapper (extent list)
     (nconc list




reply via email to

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