Mercurial > emacs
changeset 65205:98f74806263a
(gnus-original-article-buffer, mail-reply-buffer, rmail-current-message):
Add defvars.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 29 Aug 2005 14:35:26 +0000 |
parents | 89dc9fa960e2 |
children | f2358a6ec49b |
files | lisp/mail/uce.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/uce.el Mon Aug 29 14:08:30 2005 +0000 +++ b/lisp/mail/uce.el Mon Aug 29 14:35:26 2005 +0000 @@ -115,6 +115,10 @@ ;;; Code: +(defvar gnus-original-article-buffer) +(defvar mail-reply-buffer) +(defvar rmail-current-message) + (require 'sendmail) ;; Those sections of code which are dependent upon ;; RMAIL are only evaluated if we have received a message with RMAIL...