diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-08-14 00:54:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-14 00:54:24 -0400 |
commit | 6c2182b59845912fa6b0afe104b36bd9b8359369 (patch) | |
tree | 2fcc48960ca1e484101fa798b660fbe78b4a9505 | |
parent | 44e415fe4c1e5414d3412fb10dc489557dbde966 (diff) | |
download | emacs.d-6c2182b59845912fa6b0afe104b36bd9b8359369.tar.gz |
Move citation* variables to gnus-posting-styles
-rw-r--r-- | lisp/init-mail.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el index 1b4331d..38ae69b 100644 --- a/lisp/init-mail.el +++ b/lisp/init-mail.el @@ -199,8 +199,6 @@ to group buffer instead of moving to next group." (setq message-send-mail-function 'message-send-mail-with-sendmail message-sendmail-envelope-from 'header - message-citation-line-function 'message-insert-formatted-citation-line - message-citation-line-format "%f wrote:" message-kill-buffer-on-exit t footnote-section-tag "") |