`wl-folder-entity-hashtb' as completion table.
(defun wl-texinfo-install-file (lang)
(let ((infofile (symbol-value (intern (format "wl-%s-info" lang)))))
- (install-file infofile DOCDIR INFODIR)))
+ (install-file infofile DOCDIR INFODIR nil 'overwrite)))
(defun wl-texinfo-install ()
(cond ((listp wl-info-lang)
+2002-06-17 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-summary.el (wl-summary-read-folder): Use copy-sequence
+ `wl-folder-entity-hashtb' as completion table.
+
2002-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
(or wl-folder-completion-function
(if (memq 'read-folder wl-use-folder-petname)
(wl-folder-get-entity-with-petname)
- wl-folder-entity-hashtb))
+ (copy-sequence wl-folder-entity-hashtb)))
nil nil (or init wl-default-spec)
'wl-read-folder-hist)))
(if (or (string= fld wl-default-spec)