Variable: testcover-potentially-1value-functions
testcover-potentially-1value-functions is a customizable variable
defined in testcover.el.gz.
Value
(add-hook
and
beep
or
remove-hook
unless
when)
Documentation
Functions that are potentially 1-valued.
No brown splotch if actually 1-valued, no error if actually multi-valued.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-potentially-1value-functions
'(add-hook and beep or remove-hook unless when)
"Functions that are potentially 1-valued.
No brown splotch if actually 1-valued, no error if actually
multi-valued."
:group 'testcover
:type '(repeat symbol))