gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
This commit is contained in:
parent
3e8cd5ce95
commit
16e07ee0c3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
|
||||
|
||||
2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
|
||||
|
|
|
@ -435,7 +435,7 @@ Thank you for your help in stamping out bugs.
|
|||
(progn
|
||||
,@forms)
|
||||
(gnus-inews-add-send-actions ,winconf ,buffer ,article ,config
|
||||
,yanked ',winconf-name)
|
||||
,yanked ,winconf-name)
|
||||
(setq gnus-message-buffer (current-buffer))
|
||||
(set (make-local-variable 'gnus-message-group-art)
|
||||
(cons ,group ,article))
|
||||
|
|
Loading…
Add table
Reference in a new issue