summaryrefslogtreecommitdiff
path: root/lisp/mail/uce.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-08-29 14:35:26 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-08-29 14:35:26 +0000
commitea9a034cd77cc72f2bfbbc110506ded4fb559c4e (patch)
treef174a5e3a4c43e2530480f18550712e1c1f47aa1 /lisp/mail/uce.el
parent4a91d930bae4d7060e3a58392de02cfae6337a42 (diff)
downloademacs-ea9a034cd77cc72f2bfbbc110506ded4fb559c4e.tar.gz
(gnus-original-article-buffer, mail-reply-buffer, rmail-current-message):
Add defvars.
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r--lisp/mail/uce.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index 6dcf67e6d79..07c09765971 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -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...