Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Saving revised run-at-time? (was Re: CVS update of gnus/lisp)
Date: Wed, 07 Jan 2004 09:34:46 +0900	[thread overview]
Message-ID: <b9yd69wfvfd.fsf@jpl.org> (raw)
In-Reply-To: <E1AdsxF-0004Mi-00@quimby.gnus.org>

>>>>> In <E1AdsxF-0004Mi-00@quimby.gnus.org>
>>>>>	"Steve Youngs" <youngs@xemacs.org> wrote:

>     Date: Tuesday, January 6, 2004 @ 16:17:13
>   Author: cvs
>     Path: /usr/local/cvsroot/gnus/lisp

> Modified: ChangeLog dgnushack.el run-at-time.el

> 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>

> 	* run-at-time.el (run-at-time-saved): Move to after the definition
> 	of `run-at-time'.

What do you want to save?  It was probably intended to save the
original function provided by fsf-compat.  If it is for avoiding
errors, you should put the following in the beginning of the
file:

(defvar run-at-time-saved (when (fboundp 'run-at-time)
			    (symbol-function 'run-at-time)))
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



       reply	other threads:[~2004-01-07  0:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1AdsxF-0004Mi-00@quimby.gnus.org>
2004-01-07  0:34 ` Katsumi Yamaoka [this message]
2004-01-07  2:08   ` Saving revised run-at-time? Steve Youngs
2004-01-07  2:18     ` Lars Magne Ingebrigtsen
2004-01-07  2:25       ` Lars Magne Ingebrigtsen
2004-01-07  2:26       ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9yd69wfvfd.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).