Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Changes committed gnus/lisp (70 files)
       [not found] <E1J19ef-0005Fq-00@quimby.gnus.org>
@ 2007-12-10  2:17 ` Katsumi Yamaoka
  0 siblings, 0 replies; only message in thread
From: Katsumi Yamaoka @ 2007-12-10  2:17 UTC (permalink / raw)
  To: ding

>>>>> 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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-10  2:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1J19ef-0005Fq-00@quimby.gnus.org>
2007-12-10  2:17 ` Changes committed gnus/lisp (70 files) Katsumi Yamaoka

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).