diff --git a/revive.el b/revive.el index 68d5500..1bed3b2 100644 --- a/revive.el +++ b/revive.el @@ -3,7 +3,7 @@ ;;; revive.el(renamed from resume.el): Resume Emacs. ;;; (c ) 1994-1997 by HIROSE Yuuji [yuuji@ae.keio.ac.jp] ;;; $Id$ -;;; Last modified Fri Jan 17 12:05:33 1997 on supra +;;; Last modified Fri Jan 17 14:33:26 1997 on supra ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -846,7 +846,8 @@ (setq default-directory (or (cdr (assq 'default-directory (revive:prop-varlist x))) "~/")) - (mew-cache-flush) + (mew-cache-flush) ;Mew should take more care of + (get-buffer-create " *mew tmp*") ;unexisting buffer... (mew-summary-folder-create (revive:prop-buffer-name x)) ) (defun revive:shell () @@ -866,9 +867,12 @@ ;; $Id$ ;; $Log$ -;; Revision 2.8 1997/01/17 03:06:10 yuuji -;; Support mew +;; Revision 2.9 1997/01/17 05:33:59 yuuji +;; fix for mew (" *mew tmp*") ;; +; Revision 2.8 1997/01/17 03:06:10 yuuji +; Support mew +; ; Revision 2.7 1995/07/13 01:36:10 yuuji ; Correct document. ; Abbriviate file (directory) name of revive file if possible.