Variable: testcover-module-1value-functions

testcover-module-1value-functions is a variable defined in testcover.el.gz.

Value

nil

Documentation

Symbols declared with defun in the last file processed by testcover-start, whose functions should always return the same value.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defvar testcover-module-1value-functions nil
  "Symbols declared with defun in the last file processed by
`testcover-start', whose functions should always return the same value.")