Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Changes committed gnus/lisp (70 files)
Date: Mon, 10 Dec 2007 11:17:31 +0900	[thread overview]
Message-ID: <b4mejdvz41w.fsf@jpl.org> (raw)
In-Reply-To: <E1J19ef-0005Fq-00@quimby.gnus.org>

>>>>> cvslog wrote:

> Index: pgg.el
> diff -u gnus/lisp/pgg.el:7.16 gnus/lisp/pgg.el:7.17
> --- pgg.el:7.16	Thu Oct  4 20:51:28 2007
> +++ pgg.el	Sun Dec  9 01:04:21 2007
> @@ -40,6 +40,84 @@
>  ;;; @ utility functions
>  ;;;

> +(eval-when-compile
> +  (unless (featurep 'xemacs)
> +    (defalias 'pgg-run-at-time 'run-at-time)
> +    (defalias 'pgg-cancel-timer 'cancel-timer))
> +
> +  (when (featurep 'xemacs)
> +    (defmacro pgg-run-at-time-1 (time repeat function args)
[...]
> +    (defun pgg-run-at-time (time repeat function &rest args)
[...]
> +    (defun pgg-cancel-timer (timer)
[...]
> +    ))

This change made `pgg-run-at-time' and `pgg-cancel-timer' undefined
at run-time for both Emacs and XEmacs.  Fixed in the Gnus trunk.



           reply	other threads:[~2007-12-10  2:17 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <E1J19ef-0005Fq-00@quimby.gnus.org>]

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=b4mejdvz41w.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).