mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
gnus-process-put: Fix previous commit.
This commit is contained in:
parent
b0e3031077
commit
b89666afd2
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ This is the last value stored with `(gnus-process-put PROCESS PROPNAME VALUE)'."
|
|||
"Change PROCESS' PROPNAME property to VALUE.
|
||||
It can be retrieved with `(gnus-process-get PROCESS PROPNAME)'."
|
||||
(gnus-set-process-plist process
|
||||
(plist-put (process-plist process)
|
||||
(plist-put (gnus-process-plist process)
|
||||
propname value)))))
|
||||
|
||||
(provide 'gnus-ems)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue