X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fobsolete.el;h=94f201f57d09f9e14cb64fbcdd3eb4e8bf87cad9;hb=3811c3cac08c33502b16660de168b3ec852307fb;hp=3f83e0a4d3ec62fff5516abceeb90f10fa136680;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/obsolete.el b/lisp/obsolete.el index 3f83e0a..94f201f 100644 --- a/lisp/obsolete.el +++ b/lisp/obsolete.el @@ -106,6 +106,8 @@ setting NEWVAR and marks OLDVAR as provided for compatibility only." (make-obsolete 'set-window-dot 'set-window-point) (define-obsolete-function-alias 'extent-buffer 'extent-object) +(define-compatible-variable-alias 'parse-sexp-lookup-properties + 'lookup-syntax-properties) ;;;;;;;;;;;;;;;;;;;;;;;;;;;; frames (defun frame-first-window (frame) @@ -391,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