Function: eudc-update-local-variables
eudc-update-local-variables is an interactive and byte-compiled
function defined in eudc.el.gz.
Signature
(eudc-update-local-variables)
Documentation
Update all EUDC variables according to their local settings.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudc.el.gz
(defun eudc-update-local-variables ()
"Update all EUDC variables according to their local settings."
(interactive)
(mapcar #'eudc-update-variable eudc-local-vars))