From: okada Date: Tue, 11 Jul 2000 12:55:06 +0000 (+0000) Subject: compile warning X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d6d946884fd0317e54537cdef45980135032e633;p=elisp%2Fwanderlust.git compile warning --- diff --git a/wl/ChangeLog b/wl/ChangeLog index d12fad8..280bbe8 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2000-07-07 Kenichi OKADA + + * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'. + 2000-07-11 Yuuichi Teranishi * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when diff --git a/wl/wl-summary.el b/wl/wl-summary.el index af799cd..c8d8fa9 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -61,7 +61,8 @@ (defun-maybe elmo-database-msgid-put (a b c)) (defun-maybe elmo-database-close ()) (defun-maybe elmo-database-msgid-get (a)) - (defun-maybe run-with-idle-timer (secs repeat function &rest args))) + (defun-maybe run-with-idle-timer (secs repeat function &rest args)) + (defun-maybe ps-print-preprint (a))) (defvar wl-summary-buffer-name "Summary") (defvar wl-summary-mode-map nil)