Function: rst-testcover-add-1value
rst-testcover-add-1value is a byte-compiled function defined in
rst.el.gz.
Signature
(rst-testcover-add-1value FUN)
Documentation
Add FUN to testcover-1value-functions.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-testcover-add-1value (fun)
"Add FUN to `testcover-1value-functions'."
(when (boundp 'testcover-1value-functions)
(add-to-list 'testcover-1value-functions fun)))