Function: so-long-override-variables

so-long-override-variables is a byte-compiled function defined in so-long.el.gz.

Signature

(so-long-override-variables)

Documentation

Set the buffer-local values defined by so-long-variable-overrides.

Source Code

;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defun so-long-override-variables ()
  "Set the buffer-local values defined by `so-long-variable-overrides'."
  (dolist (ovar (so-long-original 'so-long-variable-overrides))
    (set (make-local-variable (car ovar)) (cdr ovar))))