Variable: elp-record-p
elp-record-p is a variable defined in elp.el.gz.
Value
t
Documentation
Controls whether functions should record times or not.
This variable is set by the master function.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(defvar elp-record-p t
"Controls whether functions should record times or not.
This variable is set by the master function.")