+2005-10-16 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
+ `make-local-variable' instead of `make-variable-buffer-local'.
+
2005-10-14 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
(with-current-buffer mother
(mime-store-message/partial-piece entity situation)
(setq wl-message-buffer-cur-summary-buffer summary-buf)
- (make-variable-buffer-local 'mime-preview-over-to-next-method-alist)
+ (make-local-variable 'mime-preview-over-to-next-method-alist)
(setq mime-preview-over-to-next-method-alist
(cons (cons 'mime-show-message-mode 'wl-message-exit)
mime-preview-over-to-next-method-alist))
- (make-variable-buffer-local 'mime-preview-over-to-previous-method-alist)
+ (make-local-variable 'mime-preview-over-to-previous-method-alist)
(setq mime-preview-over-to-previous-method-alist
(cons (cons 'mime-show-message-mode 'wl-message-exit)
mime-preview-over-to-previous-method-alist)))