aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-08-28 06:43:11 +0000
committerJuanma Barranquero2002-08-28 06:43:11 +0000
commit112f332f2173b4d11ca02617365c6841cdb37530 (patch)
treea64c32ec492e678a21559057fe0f0b8cac02f6a2
parent9f43a6089fe3473e5da47197d360a47d40bdf209 (diff)
downloademacs-112f332f2173b4d11ca02617365c6841cdb37530.tar.gz
emacs-112f332f2173b4d11ca02617365c6841cdb37530.zip
(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
-rw-r--r--lisp/subr.el1
1 files changed, 1 insertions, 0 deletions
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."
757(defalias 'search-backward-regexp (symbol-function 're-search-backward)) 757(defalias 'search-backward-regexp (symbol-function 're-search-backward))
758(defalias 'int-to-string 'number-to-string) 758(defalias 'int-to-string 'number-to-string)
759(defalias 'store-match-data 'set-match-data) 759(defalias 'store-match-data 'set-match-data)
760(defalias 'make-variable-frame-localizable 'make-variable-frame-local)
760;; These are the XEmacs names: 761;; These are the XEmacs names:
761(defalias 'point-at-eol 'line-end-position) 762(defalias 'point-at-eol 'line-end-position)
762(defalias 'point-at-bol 'line-beginning-position) 763(defalias 'point-at-bol 'line-beginning-position)