changeset 50642:77e8ccc064fd

(desktop-buffer-mh): Don't require mh-e; it causes trouble in compilation.
author Richard M. Stallman <rms@gnu.org>
date Sat, 19 Apr 2003 04:22:29 +0000
parents 7ae78cd3ce2e
children da94760ca8cb
files lisp/desktop.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Sat Apr 19 04:21:38 2003 +0000
+++ b/lisp/desktop.el	Sat Apr 19 04:22:29 2003 +0000
@@ -815,7 +815,6 @@
 (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))))