mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(make-variable-frame-localizable): New alias for `make-variable-frame-local'.
This commit is contained in:
parent
9f43a6089f
commit
112f332f21
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user