diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-util.el | 6 |
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. |