aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-01 22:16:46 +0000
committerNick Roberts2005-05-01 22:16:46 +0000
commit15d022359e300e5ffebdac2cfcb3d3a8e6d9c069 (patch)
tree205fea536819a5b2a1b5bfa29ec96a196b568347
parent9c162ba4a2e10d597faeec39fd4e58e17da73cfb (diff)
downloademacs-15d022359e300e5ffebdac2cfcb3d3a8e6d9c069.tar.gz
emacs-15d022359e300e5ffebdac2cfcb3d3a8e6d9c069.zip
(truncate-string): Remove alias and
obsolete declaration.
-rw-r--r--lisp/international/mule-util.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 8ac56b4bd65..1c59d6ba1db 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -208,12 +208,6 @@ defaults to \"...\"."
208;; (prin1-to-string (cdr ret))) 208;; (prin1-to-string (cdr ret)))
209;; (prin1-to-string ret)))))) 209;; (prin1-to-string ret))))))
210 210
211;;; For backward compatibility ...
212;;;###autoload
213(defalias 'truncate-string 'truncate-string-to-width)
214
215;;;###autoload
216(make-obsolete 'truncate-string 'truncate-string-to-width "20.1")
217 211
218;;; Nested alist handler. Nested alist is alist whose elements are 212;;; Nested alist handler. Nested alist is alist whose elements are
219;;; also nested alist. 213;;; also nested alist.