X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fobsolete.el;h=94f201f57d09f9e14cb64fbcdd3eb4e8bf87cad9;hb=b687886dc7bc0713b88afb56a9f741e9677d7b92;hp=4970f11aeb6fe157c8fcaffb696e9b3609d57b20;hpb=ac7d0619aad74b1d57c4748ebb3ab29d9c32e3d8;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/obsolete.el b/lisp/obsolete.el index 4970f11..94f201f 100644 --- a/lisp/obsolete.el +++ b/lisp/obsolete.el @@ -393,5 +393,8 @@ the resulting string may be narrower than END-COLUMN." (make-obsolete 'function-called-at-point 'function-at-point) +(when (featurep 'utf-2000) + (make-obsolete-variable 'utf-2000-version 'xemacs-chise-version)) + (provide 'obsolete) ;;; obsolete.el ends here