diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-04-19 04:22:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-04-19 04:22:29 +0000 |
commit | c2aa674b4ee3fc9d79d971783e66555ea370b9bd (patch) | |
tree | c2105e8eab2ec108704c98e6161b68125fd97b95 /lisp/desktop.el | |
parent | c882e1150c5d8e7c29d6d3cddd447bc5216bb318 (diff) | |
download | emacs-c2aa674b4ee3fc9d79d971783e66555ea370b9bd.tar.gz |
(desktop-buffer-mh): Don't require mh-e;
it causes trouble in compilation.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 1 |
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)))) |