Variable: testcover-prog1-functions
testcover-prog1-functions is a customizable variable defined in
testcover.el.gz.
Value
(prog1
unwind-protect)
Documentation
Functions whose return value is the same as their first argument.
No brown splotch is shown for these if the first argument is a
constant or a call to one of the testcover-1value-functions.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-prog1-functions
'(prog1 unwind-protect)
"Functions whose return value is the same as their first argument.
No brown splotch is shown for these if the first argument is a
constant or a call to one of the `testcover-1value-functions'."
:group 'testcover
:type '(repeat symbol))