>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> Assuming that someone would ever actually use that arg. I'm
SY> having a hard time thinking of a use for it.
For shame! You'll have to turn in your Gnus-man's secret decoder ring!
bash$ cvs diff gnus-sum.el
Index: gnus-sum.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sum.el,v
retrieving revision 6.327
diff -u -r6.327 gnus-sum.el
--- gnus-sum.el 4 Apr 2003 04:15:32 -0000 6.327
+++ gnus-sum.el 5 Apr 2003 05:26:07 -0000
@@ -1395,7 +1395,9 @@
;; source file.
(if (boundp 'gnus-newsgroup-variables)
nil
- (load "gnus-sum.el" t t t t))
+ ;; XEmacs doesn't support the fifth argument MUST-SUFFIX
+ ;; (load "gnus-sum.el" t t t t))
+ (load "gnus-sum.el" t t t))
(require 'gnus)
(require 'gnus-agent)
(require 'gnus-art)))
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.