aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-18 06:13:27 +0000
committerJuanma Barranquero2002-07-18 06:13:27 +0000
commitad0be9a1d4f1491ebb4133e10b16d6da79eb7840 (patch)
tree844fed9bddf08af282652d98a52ca42fc11a2045
parentb0c654c03d12d2a1b5657bb6004ce2b4e55b7f0d (diff)
downloademacs-ad0be9a1d4f1491ebb4133e10b16d6da79eb7840.tar.gz
emacs-ad0be9a1d4f1491ebb4133e10b16d6da79eb7840.zip
(string-to-sequence, truncate-string): Add autoload cookie.
-rw-r--r--lisp/international/mule-util.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 90216e2b5db..99847c3986e 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -56,6 +56,8 @@ TYPE should be `list' or `vector'."
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")
@@ -208,6 +210,8 @@ defaults to \"...\"."
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