comparison lisp/subr.el @ 79186:35b535f36d05

(make-variable-frame-localizable): Remove. (make-variable-frame-local): Mark obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2007 20:55:18 +0000
parents fc54bf727c30
children a5f9f96b8f89 b210bba3f477
comparison
equal deleted inserted replaced
79185:1b7e940a8dda 79186:35b535f36d05
942 ;; These are used by VM and some old programs 942 ;; These are used by VM and some old programs
943 (defalias 'focus-frame 'ignore "") 943 (defalias 'focus-frame 'ignore "")
944 (make-obsolete 'focus-frame "it does nothing." "22.1") 944 (make-obsolete 'focus-frame "it does nothing." "22.1")
945 (defalias 'unfocus-frame 'ignore "") 945 (defalias 'unfocus-frame 'ignore "")
946 (make-obsolete 'unfocus-frame "it does nothing." "22.1") 946 (make-obsolete 'unfocus-frame "it does nothing." "22.1")
947 947 (make-obsolete 'make-variable-frame-local "use a frame-parameter instead" "22.2")
948 948
949 ;;;; Obsolescence declarations for variables, and aliases. 949 ;;;; Obsolescence declarations for variables, and aliases.
950 950
951 (make-obsolete-variable 'directory-sep-char "do not use it." "21.1") 951 (make-obsolete-variable 'directory-sep-char "do not use it." "21.1")
952 (make-obsolete-variable 952 (make-obsolete-variable
986 (defalias 'backward-delete-char 'delete-backward-char) 986 (defalias 'backward-delete-char 'delete-backward-char)
987 (defalias 'search-forward-regexp (symbol-function 're-search-forward)) 987 (defalias 'search-forward-regexp (symbol-function 're-search-forward))
988 (defalias 'search-backward-regexp (symbol-function 're-search-backward)) 988 (defalias 'search-backward-regexp (symbol-function 're-search-backward))
989 (defalias 'int-to-string 'number-to-string) 989 (defalias 'int-to-string 'number-to-string)
990 (defalias 'store-match-data 'set-match-data) 990 (defalias 'store-match-data 'set-match-data)
991 (defalias 'make-variable-frame-localizable 'make-variable-frame-local)
992 ;; These are the XEmacs names: 991 ;; These are the XEmacs names:
993 (defalias 'point-at-eol 'line-end-position) 992 (defalias 'point-at-eol 'line-end-position)
994 (defalias 'point-at-bol 'line-beginning-position) 993 (defalias 'point-at-bol 'line-beginning-position)
995 994
996 (defalias 'user-original-login-name 'user-login-name) 995 (defalias 'user-original-login-name 'user-login-name)