From 8baea3368d46524de32f933b45bdf7e574dfefdd Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 23 Apr 1998 17:00:07 +0000 Subject: [PATCH] Sync up with main trunc. --- lisp/gnus-draft.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el index 912af8e..9f86512 100644 --- a/lisp/gnus-draft.el +++ b/lisp/gnus-draft.el @@ -155,7 +155,9 @@ :type 'function) ;;;!!!If this is byte-compiled, it fails miserably. -;;;!!!I have no idea why. +;;;!!!This is because `gnus-setup-message' uses uninterned symbols. +;;;!!!This has been fixed in recent versions of Emacs and XEmacs, +;;;!!!but for the time being, we'll just run this tiny function uncompiled. (progn (defun gnus-draft-setup (narticle group) -- 1.7.10.4