* wl-message.el (wl-message-add-button): Use `list' to construct
authorueno <ueno>
Mon, 28 Aug 2000 23:28:39 +0000 (23:28 +0000)
committerueno <ueno>
Mon, 28 Aug 2000 23:28:39 +0000 (23:28 +0000)
property list.

wl/wl-message.el

index 5410dbc..9147957 100644 (file)
   "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