From 112f332f2173b4d11ca02617365c6841cdb37530 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 28 Aug 2002 06:43:11 +0000 Subject: [PATCH] (make-variable-frame-localizable): New alias for `make-variable-frame-local'. --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/subr.el b/lisp/subr.el index 6d5f4df5110..76304358601 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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) -- 2.39.5