emacs-19.el disturbs gnus
joerg-martin schwarz (schwarz@hal1.physik.uni-dortmund.de)
Tue, 22 Mar 1994 13:21:58 GMT
emacs-19.el defines a function current-time.
gnuspost.el, in function gnus-inews-valid-date, tests for
the existence of current-time and then assumes that the
function current-time-string can take an optional argument:
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Version: !Header: /home/fsf/rms/e19/lisp/RCS/gnuspost.el,v 1.16 1993/11/22 06:44:12 rms Exp !
(defun gnus-inews-valid-date (&optional time zone)
"A date string that represents TIME and conforms to the Usenet standard.
TIME is optional and defaults to the current time.
Some older versions of Emacs always act as if TIME is nil.
The optional argument ZONE specifies the local time zone (default GMT)."
(timezone-make-date-arpa-standard
(if (and (fboundp 'current-time) (not featurep 'emacs-19))
(current-time-string time)
(current-time-string))
zone "GMT"))
Could this unlucky interference be removed ?
Mit besten Gruessen,
Joerg-Martin Schwarz
/------------------------------+---------------------------------------------\
|Addresse: | e-mail: |
| Abteilung Physik (T III) | uph508@unidozr.hrz.uni-dortmund.de |
| Universitaet Dortmund | schwarz@{hal1,het}.physik.uni-dortmund.de |
| Otto Hahn-Strasse 4 |---------------------------------------------|
| D44221 Dortmund | |
|Telefon: | |
| +49/231/755-3581 | ___ |
|Fax: -3569 | (o o) |
\------------------------------+--ooO-(_)-Ooo--------------------------------/