On Thu, Apr 08, 1999 at 12:50:59PM -0700, SL Baur wrote:
Olivier Galibert <galibert(a)pobox.com> writes in
xemacs-beta(a)xemacs.org:
> I want to mark some mule functions as obsolete aliases. Where should
> I do that? obsolete.el while protected by boundp mule ? Some
> mule-obsolete.el ?
Do it in the file where the symbols currently are defined. When you
mark them obsolete, put the date in a comment so we know when we
should start thinking about removing it altogether.
Errr... the file is mule-charset.c.
OG.