Update.
[elisp/wanderlust.git] / wl / tm-wl.el
index cfbc754..565f823 100644 (file)
@@ -68,7 +68,9 @@ By setting following-method as yank-content."
         (mime-viewer/ignored-field-regexp "^:$")
         (mime-editor/translate-buffer-hook
          (append
-          '((lambda ()
+          (list
+           (function
+            (lambda ()
               (let ((wl-draft-config-exec-flag config-exec-flag))
                 (run-hooks 'wl-draft-send-hook)
                 (setq recipients-message
@@ -86,7 +88,7 @@ By setting following-method as yank-content."
                                            "$")
                                    nil t)
                                   (point)))
-                               ", "))))))
+                               ", ")))))))
           mime-editor/translate-buffer-hook)))
     (mime-editor/preview-message)
     (let ((buffer-read-only nil))