diff options
author | Miles Bader <miles@gnu.org> | 2005-05-05 00:04:55 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-05-05 00:04:55 +0000 |
commit | cca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch) | |
tree | 711e73e53dbe1ab3a59b53fb56a10836e777b43e /lisp/international/mule-util.el | |
parent | d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff) | |
parent | d68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff) | |
download | emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 272-288)
- src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 67)
- Update from CVS
Diffstat (limited to 'lisp/international/mule-util.el')
-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 bfaffba230d..b85d98a1787 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -211,12 +211,6 @@ defaults to \"...\"." ;; (prin1-to-string (cdr ret))) ;; (prin1-to-string ret)))))) -;;; For backward compatibility ... -;;;###autoload -(defalias 'truncate-string 'truncate-string-to-width) - -;;;###autoload -(make-obsolete 'truncate-string 'truncate-string-to-width "20.1") ;;; Nested alist handler. Nested alist is alist whose elements are ;;; also nested alist. |