diff lisp/subr.el @ 47078:6e9df2174ee2

(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 28 Aug 2002 06:43:11 +0000
parents 74f8b41068e0
children 3feceef12d3a
line wrap: on
line diff
--- 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)