Mercurial > hg > xemacs-beta
diff lisp/obsolete.el @ 818:accc481aef34
[xemacs-hg @ 2002-04-25 06:09:11 by youngs]
2002-04-25 Steve Youngs <youngs@xemacs.org>
* mule/mule-charset.el (string-to-char-list): New. This used to
be in 'mule-misc.el' but that file has been removed.
2002-04-14 Steve Youngs <youngs@xemacs.org>
* obsolete.el (find-non-ascii-charset-region): A couple of
packages use this.
(find-non-ascii-charset-string): Ditto.
author | youngs |
---|---|
date | Thu, 25 Apr 2002 06:09:18 +0000 |
parents | e65d9cf16707 |
children | b6fa6d07e6f8 |
line wrap: on
line diff
--- a/lisp/obsolete.el Tue Apr 23 00:44:30 2002 +0000 +++ b/lisp/obsolete.el Thu Apr 25 06:09:18 2002 +0000 @@ -309,6 +309,9 @@ 1) (make-obsolete 'char-bytes "This function always returns 1") +(define-obsolete-function-alias 'find-non-ascii-charset-region 'charsets-in-region) +(define-obsolete-function-alias 'find-non-ascii-charset-string 'charsets-in-string) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;; window-system objects ;; the functionality of column.el has been moved into C