changeset 46513:d41a7efb91c9

(decompose-composite-char): Add autoload cookie to obsolescence declaration; also remove redundant info.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 18 Jul 2002 06:15:34 +0000
parents 8e08ec435afd
children 22964382b73a
files lisp/composite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/composite.el	Thu Jul 18 06:14:35 2002 +0000
+++ b/lisp/composite.el	Thu Jul 18 06:15:34 2002 +0000
@@ -369,7 +369,6 @@
 ;;;###autoload
 (defun decompose-composite-char (char &optional type with-composition-rule)
   "Convert CHAR to string.
-This is only for backward compatibility with Emacs 20.4 and earlier.
 
 If optional 2nd arg TYPE is non-nil, it is `string', `list', or
 `vector'.  In this case, CHAR is converted string, list of CHAR, or
@@ -378,6 +377,7 @@
 	((eq type 'list) (list char))
 	(t (vector char))))
 
+;;;###autoload
 (make-obsolete 'decompose-composite-char 'char-to-string "21.1")