[7827] in Athena Bugs
mh-e.el in the new release
daemon@ATHENA.MIT.EDU (dougie@ATHENA.MIT.EDU)
Fri Jul 26 17:23:02 1991
From: dougie@ATHENA.MIT.EDU
Date: Fri, 26 Jul 91 17:23:00 -0400
To: testers@ATHENA.MIT.EDU
Cc: belville@ATHENA.MIT.EDU
--------
mh-rmail seems be somewhat broken in the new release. The function
mh-quit has an error(s) in it. I found one, but it still doesn't
work... I'll let you guys earn your pay ;-)
<dougie>
===========================================================================
*** /usr/athena/lib/gnuemacs/lisp/mh-e.el Sun Jun 30 22:15:37 1991
--- /usr/tmp/foo.el Fri Jul 26 15:55:30 1991
***************
*** 762,768 ****
(interactive)
(if mh-previous-window-config
(progn (if mh-show-buffer (bury-buffer mh-show-buffer))
! (if (mh-current-folder (bury-buffer mh-current-folder))
(set-window-configuration mh-previous-window-config))))
(run-hooks 'mh-quit-hook))
--- 762,768 ----
(interactive)
(if mh-previous-window-config
(progn (if mh-show-buffer (bury-buffer mh-show-buffer))
! (if mh-current-folder (bury-buffer mh-current-folder))
(set-window-configuration mh-previous-window-config))))
(run-hooks 'mh-quit-hook))