projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76ba04
)
* lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
author
ueno
<ueno>
Wed, 1 Dec 1999 03:39:34 +0000
(
03:39
+0000)
committer
ueno
<ueno>
Wed, 1 Dec 1999 03:39:34 +0000
(
03:39
+0000)
appears in the backquoted form.
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
25801c6
..
b9dba33
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-2112,7
+2112,7
@@
The following commands are available:
`(nth 3 ,data))
(defmacro gnus-data-set-header (data header)
- `(setf (nth 3 ,data) ,header))
+ `(setcar (nthcdr 3 ,data) ,header))
(defmacro gnus-data-level (data)
`(nth 4 ,data))