* Jerry James <james(a)xemacs.org> writes:
The current list of miscompiled macros is:
message-y-or-n-p (defmacro)
Definition: xemacs-packages/gnus/lisp/message.el
Miscompile: xemacs-packages/gnus/lisp/gnus.el
Is this the right fix? (I haven't tested because I'm so busy I haven't
got time to scratch myself)...
cvs server: Diffing .
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/gnus/ChangeLog,v
retrieving revision 1.73
diff -u -r1.73 ChangeLog
--- ChangeLog 12 Jan 2004 10:15:15 -0000 1.73
+++ ChangeLog 14 Jan 2004 22:31:23 -0000
@@ -1,3 +1,7 @@
+2004-01-15 Steve Youngs <sryoungs(a)bigpond.net.au>
+
+ * lisp/gnus.el: Autoload `message-y-or-n-p'
+
Index: lisp/gnus.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/gnus/lisp/gnus.el,v
retrieving revision 1.4
diff -u -r1.4 gnus.el
--- lisp/gnus.el 4 Jan 2004 22:49:24 -0000 1.4
+++ lisp/gnus.el 14 Jan 2004 22:31:27 -0000
@@ -3912,6 +3912,9 @@
(setq valids (cdr valids)))
outs))
+(eval-when-compile
+ (autoload 'message-y-or-n-p "message" nil nil 'macro))
+
(defun gnus-read-group (prompt &optional default)
"Prompt the user for a group name.
Disallow invalid group names."
If you're happy with that, I'll commit it later when I've got some
spare time.
Thanks very much for bringing this to my attention, Jerry.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| XEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------<sryoungs(a)bigpond.net.au>---|