Variable: testcover-constants

testcover-constants is a customizable variable defined in testcover.el.gz.

Value

(nil t emacs-build-time emacs-version emacs-major-version
     emacs-minor-version)

Documentation

Variables whose values never change.

No brown splotch is shown for these. This list is quite incomplete!

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-constants
  '(nil t emacs-build-time emacs-version emacs-major-version
    emacs-minor-version)
  "Variables whose values never change.
No brown splotch is shown for these.  This list is quite
incomplete!"
  :group 'testcover
  :type '(repeat variable))