diff lisp/mh-e/mh-e.el @ 69186:4eb7009c53f4

* mh-compat.el (mh-display-color-cells): Return 2 if device-color-cells returns nil (closes SF #1436924). * mh-e.el (mh-compiling-flag): Delete. No longer needed by mh-display-color-cells.
author Bill Wohler <wohler@newt.com>
date Mon, 27 Feb 2006 22:25:07 +0000
parents f5bc6bf5c294
children 6c74df3ce672
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Mon Feb 27 22:10:43 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Mon Feb 27 22:25:07 2006 +0000
@@ -101,12 +101,7 @@
 
 (eval-and-compile
   (defvar mh-xemacs-flag (featurep 'xemacs)
-    "Non-nil means the current Emacs is XEmacs.")
-  (defvar mh-compiling-flag nil
-    "Non-nil means we're compiling."))
-
-(eval-when (compile)
-  (setq mh-compiling-flag t))
+    "Non-nil means the current Emacs is XEmacs."))
 
 (mh-do-in-xemacs
   (require 'mh-xemacs))