X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fobsolete.el;h=f0d54f528253dc53cc297f0b5d89157059e34efb;hb=87fd0820140086837f95cb416a7747b04020e8f5;hp=4d8f2eb370642555b7291d5b89c4aa5ce9ecb93d;hpb=79d2db7d65205bc85d471590726d0cf3af5598e0;p=chise%2Fxemacs-chise.git- diff --git a/lisp/obsolete.el b/lisp/obsolete.el index 4d8f2eb..f0d54f5 100644 --- a/lisp/obsolete.el +++ b/lisp/obsolete.el @@ -398,5 +398,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