From: kaoru Date: Fri, 1 Jan 2010 14:54:03 +0000 (+0000) Subject: * wl.el (wl-plugged-server-indent): Change from macro to function. X-Git-Tag: elmo-imap4-compliance-root~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9122f42f7e85cdf260d2faa7eb5ffd1428b96a43;p=elisp%2Fwanderlust.git * wl.el (wl-plugged-server-indent): Change from macro to function. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 193eacb..c4d9427 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2010-01-01 TAKAHASHI Kaoru + * wl.el (wl-plugged-server-indent): Change from macro to function. + * wl-score.el (wl-score-put-alike): Explicit add `alike' argument. * wl-draft.el (wl-draft-config-body-goto-header) diff --git a/wl/wl.el b/wl/wl.el index c7d0ac6..83f1e7f 100644 --- a/wl/wl.el +++ b/wl/wl.el @@ -221,8 +221,8 @@ Entering Plugged mode calls the value of `wl-plugged-mode-hook'." wl-plugged-plug-on wl-plugged-plug-off))) -(defmacro wl-plugged-server-indent () - '(make-string wl-plugged-server-indent ? )) +(defun wl-plugged-server-indent () + (make-string wl-plugged-server-indent ? )) (defun wl-plugged-set-variables () (setq wl-plugged-sending-queue-alist