From: ueno Date: Mon, 28 Aug 2000 23:28:39 +0000 (+0000) Subject: * wl-message.el (wl-message-add-button): Use `list' to construct X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=904fc41ca376a1b2e1af1eee597aa071674103b7;p=elisp%2Fwanderlust.git * wl-message.el (wl-message-add-button): Use `list' to construct property list. --- diff --git a/wl/wl-message.el b/wl/wl-message.el index 5410dbc..9147957 100644 --- a/wl/wl-message.el +++ b/wl/wl-message.el @@ -561,7 +561,7 @@ "Create a button between FROM and TO with callback FUNCTION and DATA." (add-text-properties from to - (nconc '(mouse-face highlight) + (nconc (list 'mouse-face 'highlight) (list 'local-map wl-message-button-map) (list 'wl-message-button-callback function) (if data