summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-04-19 04:22:29 +0000
committerRichard M. Stallman <rms@gnu.org>2003-04-19 04:22:29 +0000
commitc2aa674b4ee3fc9d79d971783e66555ea370b9bd (patch)
treec2105e8eab2ec108704c98e6161b68125fd97b95
parentc882e1150c5d8e7c29d6d3cddd447bc5216bb318 (diff)
downloademacs-c2aa674b4ee3fc9d79d971783e66555ea370b9bd.tar.gz
(desktop-buffer-mh): Don't require mh-e;
it causes trouble in compilation.
-rw-r--r--lisp/desktop.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index ec7d3595c0e..5213e968cf0 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -815,7 +815,6 @@ This function always sets `desktop-enable' to t."
(defun desktop-buffer-mh () "Load a folder in the mh system."
(if (eq 'mh-folder-mode desktop-buffer-major-mode)
(progn
- (eval-and-compile (require 'mh-e))
(mh-find-path)
(mh-visit-folder desktop-buffer-name)
(current-buffer))))