From: yamaoka Date: Thu, 11 Jul 2002 00:21:45 +0000 (+0000) Subject: Applied a patch from Adrian Aichner. X-Git-Tag: apel-10_4~5 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4c693a1b54e8254d1aaa42c5c070e6311b9d52;p=elisp%2Fapel.git Applied a patch from Adrian Aichner. * emu.el: Conditionalise defalias 'tl:overlay-buffer on 'tl:overlay-buffer, not 'tl:overlay-put. --- diff --git a/ChangeLog b/ChangeLog index c92fa36..81f7731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Adrian Aichner + + * emu.el: Conditionalise defalias 'tl:overlay-buffer on + 'tl:overlay-buffer, not 'tl:overlay-put. + 2002-06-26 Katsumi Yamaoka * mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the diff --git a/emu.el b/emu.el index 8b91770..512537e 100644 --- a/emu.el +++ b/emu.el @@ -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) )