projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17303c
)
* wl-message.el (wl-message-add-button): Use `list' to construct
author
ueno
<ueno>
Mon, 28 Aug 2000 23:28:39 +0000
(23:28 +0000)
committer
ueno
<ueno>
Mon, 28 Aug 2000 23:28:39 +0000
(23:28 +0000)
property list.
wl/wl-message.el
patch
|
blob
|
history
diff --git
a/wl/wl-message.el
b/wl/wl-message.el
index
5410dbc
..
9147957
100644
(file)
--- 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