# HG changeset patch # User Juanma Barranquero # Date 1030516991 0 # Node ID 6e9df2174ee25746558e81ad435c6fc7b5f55b9e # Parent ee4b7a64e13c48e7f90bad12bf6503fc746443e4 (make-variable-frame-localizable): New alias for `make-variable-frame-local'. diff -r ee4b7a64e13c -r 6e9df2174ee2 lisp/subr.el --- a/lisp/subr.el Wed Aug 28 06:28:29 2002 +0000 +++ b/lisp/subr.el Wed Aug 28 06:43:11 2002 +0000 @@ -757,6 +757,7 @@ (defalias 'search-backward-regexp (symbol-function 're-search-backward)) (defalias 'int-to-string 'number-to-string) (defalias 'store-match-data 'set-match-data) +(defalias 'make-variable-frame-localizable 'make-variable-frame-local) ;; These are the XEmacs names: (defalias 'point-at-eol 'line-end-position) (defalias 'point-at-bol 'line-beginning-position)