diff lisp/international/mule-util.el @ 29354:4ed4a700358b

Update calls to make-obsolete with a WHEN argument.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Jun 2000 05:06:46 +0000
parents 39b69af53e85
children 67b464da13ec
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Thu Jun 01 05:04:28 2000 +0000
+++ b/lisp/international/mule-util.el	Thu Jun 01 05:06:46 2000 +0000
@@ -133,7 +133,7 @@
 ;;; For backward compatibility ...
 ;;;###autoload
 (defalias 'truncate-string 'truncate-string-to-width)
-(make-obsolete 'truncate-string 'truncate-string-to-width)
+(make-obsolete 'truncate-string 'truncate-string-to-width "20.1")
 
 ;;; Nested alist handler.  Nested alist is alist whose elements are
 ;;; also nested alist.