(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Aug 2002 06:43:11 +0000 (06:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Aug 2002 06:43:11 +0000 (06:43 +0000)
lisp/subr.el

index 6d5f4df..7630435 100644 (file)
@@ -757,6 +757,7 @@ is converted into a string by expressing it in decimal."
 (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)