[Fwd: [PATCH] packages: defalias 'tl:overlay-buffer unless 'tl:overlay-buffer is fboundp]
Katsumi Yamaoka
yamaoka at jpl.org
Thu Jul 11 09:22:36 JST 2002
Hi,
>>>>> In [apel-en : No.00013]
>>>>> Ville Skyttä <ville.skytta at xemacs.org> wrote:
Ville> this patch was sent to <xemacs-patches at xemacs.org> yesterday,
Ville> it seems trivial and correct. Could you confirm this?
Thank you for the information. Though I'm not a maintainer for
APEL, I think this change is very correct!
+2002-07-10 Adrian Aichner <adrian at xemacs.org>
+
+ * emu.el: Conditionalise defalias 'tl:overlay-buffer on
+ 'tl:overlay-buffer, not 'tl:overlay-put.
+
> --- xemacs-packages/apel/emu.el 2000/11/14 07:42:47 1.7
> +++ xemacs-packages/apel/emu.el 2002/07/10 17:11:32
> @@ -74,7 +74,7 @@
> (defalias 'tl:overlay-put 'overlay-put)
> (make-obsolete 'tl:overlay-put 'overlay-put)
> )
> -(unless (fboundp 'tl:overlay-put)
> +(unless (fboundp 'tl:overlay-buffer)
I've installed it in the APEL CVS repository in cvs.m17n.org,
and the snapshot has been uploaded in:
ftp://ftp.jpl.org/pub/elisp/apel/snapshots/apel-200207110021.tar.gz
Thanks again,
--
Katsumi Yamaoka <yamaoka at jpl.org>
More information about the APEL-en
mailing list