Variable: activities-buffer-local-variables
activities-buffer-local-variables is a variable defined in
activities.el.
Value
nil
Documentation
Variables whose value are saved and restored by activities.
Intended to be bound around code calling activities- commands.
Source Code
;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defvar activities-buffer-local-variables nil
"Variables whose value are saved and restored by activities.
Intended to be bound around code calling `activities-' commands.")