* gnus-start.el (): Added defvar statements to resolve compilation
authorKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 01:11:34 +0000 (01:11 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 01:11:34 +0000 (01:11 +0000)
commita231da440df7d1c5daeb4cf5086a2cede7394acb
treeb1809e2a4c93f88968c775790747f6f9379c184b
parentd1c275dfa4eeb0dd5c125356f056b6cd30f0e256
* gnus-start.el (): Added defvar statements to resolve compilation
warnings.
(gnus-long-file-names): New function. Isolates platform dependent
msdos-long-file-names.
(gnus-save-startup-file-via-temp-buffer): New variable. Provides
option of writing directly to file.  Avoids memory exhausted
errors when .newsrc.eld is huge.
(gnus-save-newsrc-file): Uses new
gnus-save-startup-file-via-temp-buffer.
(gnus-gnus-to-quick-newsrc-format): Rewritten to write to
standard-output.
(gnus-display-time-event-handler): Changed to alias from a defun
to avoid a compile-time warning when display-time-event-handler is
not defined.
lisp/gnus-start.el