Function: deactivate-mode-local-bindings
deactivate-mode-local-bindings is a for
mode-local--deactivate-bindings, defined in mode-local.el.gz.
This function is obsolete since 27.1; use
mode-local--deactivate-bindings instead.
Signature
(deactivate-mode-local-bindings &optional MODE)
Documentation
Deactivate variables defined locally in MODE and its parents.
That is, kill buffer local variables set from the corresponding mode
local bindings.
If MODE is not specified it defaults to current major-mode.
Aliases
deactivate-mode-local-bindings (obsolete since 27.1)