mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Don't quote lambda expressions with `quote'.
This commit is contained in:
parent
782fc81943
commit
4f91a8160f
77 changed files with 466 additions and 493 deletions
|
|
@ -151,8 +151,7 @@ DELAY is a string, giving the length of the time. Possible values are:
|
|||
(when (gnus-group-entry group)
|
||||
(gnus-activate-group group)
|
||||
(add-hook 'message-send-hook
|
||||
'(lambda ()
|
||||
(message-remove-header gnus-delay-header)))
|
||||
(lambda () (message-remove-header gnus-delay-header)))
|
||||
(setq articles (nndraft-articles))
|
||||
(while (setq article (pop articles))
|
||||
(gnus-request-head article group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue