diff options
| -rw-r--r-- | lisp/mail/uce.el | 4 |
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 @@ | |||
| 115 | 115 | ||
| 116 | ;;; Code: | 116 | ;;; Code: |
| 117 | 117 | ||
| 118 | (defvar gnus-original-article-buffer) | ||
| 119 | (defvar mail-reply-buffer) | ||
| 120 | (defvar rmail-current-message) | ||
| 121 | |||
| 118 | (require 'sendmail) | 122 | (require 'sendmail) |
| 119 | ;; Those sections of code which are dependent upon | 123 | ;; Those sections of code which are dependent upon |
| 120 | ;; RMAIL are only evaluated if we have received a message with RMAIL... | 124 | ;; RMAIL are only evaluated if we have received a message with RMAIL... |