From: kaoru Date: Fri, 9 Nov 2007 22:52:41 +0000 (+0000) Subject: * wl.el (wl-plugged-server-indent): Use quote instead of backquote. X-Git-Tag: wl-2_15_6-fixes~74 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fbd7cbce800b4c96e48fe54e3819ce56fde99b8e;p=elisp%2Fwanderlust.git * wl.el (wl-plugged-server-indent): Use quote instead of backquote. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index cc632b5..93b6685 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2007-11-09 TAKAHASHI Kaoru + + * wl.el (wl-plugged-server-indent): Use quote instead of + backquote. + 2007-08-05 TAKAHASHI Kaoru * wl-score.el (wl-score-insert-header): Add guard for diff --git a/wl/wl.el b/wl/wl.el index aae6edb..3732d94 100644 --- a/wl/wl.el +++ b/wl/wl.el @@ -220,7 +220,7 @@ Entering Plugged mode calls the value of `wl-plugged-mode-hook'." (if (, plugged) wl-plugged-plug-on wl-plugged-plug-off)))) (defmacro wl-plugged-server-indent () - (` (make-string wl-plugged-server-indent ? ))) + '(make-string wl-plugged-server-indent ? )) (defun wl-plugged-set-variables () (setq wl-plugged-sending-queue-alist