changeset 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 ee4b7a64e13c
children c3aa44550083
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)