Variable: testcover-progn-functions

testcover-progn-functions is a customizable variable defined in testcover.el.gz.

Value

(define-key
 fset
 function
 goto-char
 mapc
 overlay-put
 progn
 save-current-buffer
 save-excursion
 save-match-data
 save-restriction
 save-selected-window
 save-window-excursion
 set
 set-default
 set-marker-insertion-type
 setq
 setq-default
 with-current-buffer
 with-output-to-temp-buffer
 with-syntax-table
 with-temp-buffer
 with-temp-file
 with-temp-message
 with-timeout)

Documentation

Functions whose return value is the same as their last argument.

No brown splotch is shown for these if the last argument is a constant or a call to one of the testcover-1value-functions. This list is probably incomplete!

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-progn-functions
  '(define-key fset function goto-char mapc overlay-put progn
    save-current-buffer save-excursion save-match-data
    save-restriction save-selected-window save-window-excursion
    set set-default set-marker-insertion-type setq setq-default
    with-current-buffer with-output-to-temp-buffer with-syntax-table
    with-temp-buffer with-temp-file with-temp-message with-timeout)
  "Functions whose return value is the same as their last argument.
No brown splotch is shown for these if the last argument is a
constant or a call to one of the `testcover-1value-functions'.
This list is probably incomplete!"
  :group 'testcover
  :type '(repeat symbol))