comparison lisp/international/mule-util.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 9b0a547610a4
children a3bf037cdd99 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
59 ) 59 )
60 60
61 ;;;###autoload 61 ;;;###autoload
62 (make-obsolete 'string-to-sequence 62 (make-obsolete 'string-to-sequence
63 "use `string-to-list' or `string-to-vector'." 63 "use `string-to-list' or `string-to-vector'."
64 "21.4") 64 "22.1")
65 65
66 ;;;###autoload 66 ;;;###autoload
67 (defsubst string-to-list (string) 67 (defsubst string-to-list (string)
68 "Return a list of characters in STRING." 68 "Return a list of characters in STRING."
69 (append string nil)) 69 (append string nil))