X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fobsolete.el;h=2cb80438f05c91a6df9b914376f37aaf206e4f1d;hp=3f83e0a4d3ec62fff5516abceeb90f10fa136680;hb=566b3d194e2d5c783808ac39437bd7e1a28b1c5c;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3 diff --git a/lisp/obsolete.el b/lisp/obsolete.el index 3f83e0a..2cb8043 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) @@ -175,6 +177,8 @@ set Info-directory-list.") "This used to be the name of the user whose init file was read at startup.") (make-obsolete-variable 'init-file-user 'load-user-init-file-p) +(define-obsolete-function-alias 'pui-add-install-directory + 'pui-set-local-package-get-directory) ; misleading name ;;;;;;;;;;;;;;;;;;;;;;;;;;;; hooks (make-compatible-variable 'lisp-indent-hook 'lisp-indent-function) @@ -225,6 +229,9 @@ set Info-directory-list.") ;; Can't make this obsolete. easymenu depends on it. (make-compatible 'add-menu 'add-submenu) +(define-obsolete-function-alias 'package-get-download-menu + 'package-ui-download-menu) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;; minibuffer (define-compatible-function-alias 'read-minibuffer @@ -262,6 +269,9 @@ set Info-directory-list.") (define-compatible-function-alias 'assq-delete-all 'remassq) ;GNU 21.1 +(define-compatible-function-alias 'line-beginning-position 'point-at-bol) +(define-compatible-function-alias 'line-end-position 'point-at-eol) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;; modeline (define-compatible-function-alias 'redraw-mode-line 'redraw-modeline) @@ -391,5 +401,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