diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-08-26 04:25:55 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-08-26 04:25:55 +0000 |
commit | 16e07ee0c37e8487937e3709c23a116119926b2b (patch) | |
tree | 2a8c8e2d9992a00d1e1b1a4c73dc46c159df647f /lisp/gnus/gnus-msg.el | |
parent | 3e8cd5ce9547c4482aca2a46a30a6d1a19e137c4 (diff) | |
download | emacs-16e07ee0c37e8487937e3709c23a116119926b2b.tar.gz emacs-16e07ee0c37e8487937e3709c23a116119926b2b.tar.bz2 emacs-16e07ee0c37e8487937e3709c23a116119926b2b.zip |
gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r-- | lisp/gnus/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 9d3ec25c03a..d60c7165abd 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -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)) |