comparison lisp/mule/mule-charset.el @ 820:f770374ae506

[xemacs-hg @ 2002-04-28 06:40:26 by youngs] 2002-04-28 Steve Youngs <youngs@xemacs.org> * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
author youngs
date Sun, 28 Apr 2002 06:40:33 +0000
parents accc481aef34
children 00abb1091204
comparison
equal deleted inserted replaced
819:6504113e7c2d 820:f770374ae506
75 (setq i (1+ i))) 75 (setq i (1+ i)))
76 list)) 76 list))
77 77
78 (defalias 'find-charset-string 'charsets-in-string) 78 (defalias 'find-charset-string 'charsets-in-string)
79 (defalias 'find-charset-region 'charsets-in-region) 79 (defalias 'find-charset-region 'charsets-in-region)
80
81 (defun string-to-char-list (str)
82 (mapcar 'identity str))
83 80
84 81
85 ;;;; Charset accessors 82 ;;;; Charset accessors
86 83
87 (defun charset-iso-graphic-plane (charset) 84 (defun charset-iso-graphic-plane (charset)