diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:30:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:30:04 +0000 |
commit | 5f3c7783d15480a387f83542fd7c726afd8705ca (patch) | |
tree | 986f69bfdda0d05f4c08496956e51691a4abaef1 /lisp/gnus | |
parent | 431e6df6c8fa1c38788baf303023e80f0d0018ed (diff) | |
download | emacs-5f3c7783d15480a387f83542fd7c726afd8705ca.tar.gz |
(gnus-original-article-buffer): Define for compiler.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/mm-uu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 52d47b728ef..610f53002c6 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -427,6 +427,8 @@ apply the face `mm-uu-extract'." (list mm-dissect-disposition (cons 'filename file-name))))) +(defvar gnus-original-article-buffer) ; gnus.el + (defun mm-uu-yenc-extract () ;; This might not be exactly correct, but we sure can't get the ;; binary data from the article buffer, since that's already in a |