On Tue, Mar 15 2005, Arcady Genkin wrote:
> Reiner Steib <[EMAIL PROTECTED]> writes:
[...]
> Debugger entered--Lisp error: (void-function cancel-timer)
> cancel-timer[...]
> nnmaildir-request-accept-article("sent-mail-2005-03" "" t)
[...]
>> Probably nnmaildir should use `nnheader-cancel-timer' instead of
>> `cancel-timer'. [...]
> Using nnheader-cancel-timer makes the problem go away, too.
Thank for the confirmation. I have fixed it in Gnus' CVS.
--8<---------------cut here---------------start------------->8---
--- nnmaildir.el 20 May 2004 17:55:37 +0200 6.30.2.1
+++ nnmaildir.el 15 Mar 2005 20:19:39 +0100
@@ -1344,7 +1344,7 @@
(write-region (point-min) (point-max) tmpfile nil 'no-message nil
'excl)
(unix-sync))) ;; no fsync :(
- (cancel-timer 24h)
+ (nnheader-cancel-timer 24h)
(condition-case err
(add-name-to-file tmpfile curfile)
(error
--8<---------------cut here---------------end--------------->8---
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english