From fbd7cbce800b4c96e48fe54e3819ce56fde99b8e Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 9 Nov 2007 22:52:41 +0000 Subject: [PATCH] * wl.el (wl-plugged-server-indent): Use quote instead of backquote. --- wl/ChangeLog | 5 +++++ wl/wl.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4