[Fwd: [PATCH] packages: defalias 'tl:overlay-buffer unless 'tl:overlay-buffer is fboundp]

Ville Skyttä ville.skytta at xemacs.org
Thu Jul 11 07:17:36 JST 2002


Hello,

this patch was sent to <xemacs-patches at xemacs.org> yesterday, it seems
trivial and correct.  Could you confirm this?

TIA, Ville

-----Forwarded Message-----

From: Adrian Aichner <Adrian.Aichner at t-online.de>
To: XEmacs Patches <xemacs-patches at xemacs.org>
Subject: [PATCH] packages: defalias 'tl:overlay-buffer unless 'tl:overlay-buffer is fboundp
Date: 10 Jul 2002 19:17:07 +0200


This is probably a typo fix.

Adrian
packages ChangeLog patch:
Diff command:   cvs -q diff -U 0
Files affected: xemacs-packages/apel/ChangeLog

Index: xemacs-packages/apel/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/apel/ChangeLog,v
retrieving revision 1.21
diff -u -U0 -r1.21 ChangeLog
--- xemacs-packages/apel/ChangeLog	2002/05/14 04:47:34	1.21
+++ xemacs-packages/apel/ChangeLog	2002/07/10 17:16:59
@@ -0,0 +1,5 @@
+2002-07-10  Adrian Aichner  <adrian at xemacs.org>
+
+	* emu.el: Conditionalise defalias 'tl:overlay-buffer on
+	'tl:overlay-buffer, not 'tl:overlay-put.
+

packages source patch:
Diff command:   cvs -f -z3 -q diff -u
Files affected: xemacs-packages/apel/emu.el

Index: xemacs-packages/apel/emu.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/apel/emu.el,v
retrieving revision 1.7
diff -u -r1.7 emu.el
--- 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)
   (defalias 'tl:overlay-buffer 'overlay-buffer)
   (make-obsolete 'tl:overlay-buffer 'overlay-buffer)
   )

-- 
Adrian Aichner
 mailto:adrian at xemacs.org
 http://www.xemacs.org/
-- 
\/ille Skyttä





More information about the APEL-en mailing list