From: Richard M. Stallman Date: Sat, 19 Apr 2003 04:22:29 +0000 (+0000) Subject: (desktop-buffer-mh): Don't require mh-e; X-Git-Tag: ttn-vms-21-2-B4~10469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2aa674b4ee3fc9d79d971783e66555ea370b9bd;p=emacs.git (desktop-buffer-mh): Don't require mh-e; it causes trouble in compilation. --- 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))))