Function: activate-mode-local-bindings
activate-mode-local-bindings is a function alias for
mode-local--activate-bindings, defined in mode-local.el.gz.
This function is obsolete since 27.1; use
mode-local--activate-bindings instead.
Signature
(activate-mode-local-bindings &optional MODE)
Documentation
Activate variables defined locally in MODE and its parents.
That is, copy mode local bindings into corresponding buffer local
variables.
If MODE is not specified it defaults to current major-mode.
Return the alist of buffer-local variables that have been changed.
Elements are (SYMBOL . PREVIOUS-VALUE), describing one variable.
Aliases
activate-mode-local-bindings (obsolete since 27.1)