> On Sat, 01 Dec 2012 20:46:30 +0100, Uwe Brauer
<oub(a)mat.ucm.es> wrote:
Hello
Icalendar is part of the calendar pkg in xemacs)
I just tried to byte compile the newest icalendar.el,
provided by its author Ulf Jasper.
I obtained an error which I attach, I neither could load the
file, error message also attached.
The byte compilation warnings were misleading, the problem
is here:
(define-obsolete-function-alias 'icalendar-extract-ical-from-buffer
'icalendar-import-buffer "22.1")
GNU emacs define-obsolete-function-alias allows 3 arguments,
our only 2.
I don't know what is best, to modify the code for xemacs, or
to ask the author to wrap a
(if (featurep 'xemacs)
around the relevant parts of the code.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta