From 904fc41ca376a1b2e1af1eee597aa071674103b7 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 28 Aug 2000 23:28:39 +0000 Subject: [PATCH] * wl-message.el (wl-message-add-button): Use `list' to construct property list. --- wl/wl-message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4