Mercurial > emacs
changeset 29584:ceac5f32ef04
(news-reply-header-hook): Don't quote lambda.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 Jun 2000 05:17:06 +0000 |
parents | f1b4be7fce6d |
children | d3e3a9663705 |
files | lisp/mail/rnewspost.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rnewspost.el Mon Jun 12 05:16:04 2000 +0000 +++ b/lisp/mail/rnewspost.el Mon Jun 12 05:17:06 2000 +0000 @@ -148,9 +148,9 @@ (run-hooks 'news-reply-header-hook)) (defvar news-reply-header-hook - '(lambda () - (insert "In article " news-reply-yank-message-id - " " news-reply-yank-from " writes:\n\n")) + (lambda () + (insert "In article " news-reply-yank-message-id + " " news-reply-yank-from " writes:\n\n")) "Hook for inserting a header at the top of a yanked message.") (defun news-reply-newsgroups ()