From: Juanma Barranquero Date: Wed, 28 Aug 2002 06:43:11 +0000 (+0000) Subject: (make-variable-frame-localizable): New alias for `make-variable-frame-local'. X-Git-Tag: ttn-vms-21-2-B4~13528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=112f332f2173b4d11ca02617365c6841cdb37530;p=emacs.git (make-variable-frame-localizable): New alias for `make-variable-frame-local'. --- 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)