comparison lisp/international/mule-util.el @ 46511:f44beb42c7c1

(string-to-sequence, truncate-string): Add autoload cookie.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 18 Jul 2002 06:13:27 +0000
parents 990c78360ef5
children 5701c670b676
comparison
equal deleted inserted replaced
46510:e68dd67ef6f0 46511:f44beb42c7c1
54 ;;; (setq i (1+ i)))) 54 ;;; (setq i (1+ i))))
55 (t 55 (t
56 (error "Invalid type: %s" type))) 56 (error "Invalid type: %s" type)))
57 ;;; val) 57 ;;; val)
58 ) 58 )
59
60 ;;;###autoload
59 (make-obsolete 'string-to-sequence 61 (make-obsolete 'string-to-sequence
60 "use `string-to-list' or `string-to-vector'." 62 "use `string-to-list' or `string-to-vector'."
61 "21.4") 63 "21.4")
62 64
63 ;;;###autoload 65 ;;;###autoload
206 ;; (prin1-to-string ret)))))) 208 ;; (prin1-to-string ret))))))
207 209
208 ;;; For backward compatibility ... 210 ;;; For backward compatibility ...
209 ;;;###autoload 211 ;;;###autoload
210 (defalias 'truncate-string 'truncate-string-to-width) 212 (defalias 'truncate-string 'truncate-string-to-width)
213
214 ;;;###autoload
211 (make-obsolete 'truncate-string 'truncate-string-to-width "20.1") 215 (make-obsolete 'truncate-string 'truncate-string-to-width "20.1")
212 216
213 ;;; Nested alist handler. Nested alist is alist whose elements are 217 ;;; Nested alist handler. Nested alist is alist whose elements are
214 ;;; also nested alist. 218 ;;; also nested alist.
215 219