summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-02-27 22:25:07 +0000
committerBill Wohler <wohler@newt.com>2006-02-27 22:25:07 +0000
commita425dc3d19516999acd278d6276cf8fde777cbed (patch)
treeb2a3c9bf8645b7ea587ba59148d094e2fc7f739d /lisp/mh-e/mh-e.el
parent9efe4a2df9a5c039c2b02346758fbd1c8fc7c3ca (diff)
downloademacs-a425dc3d19516999acd278d6276cf8fde777cbed.tar.gz
* 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.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 5a07524aec4..bfcc2b31656 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -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))