Variable: testcover-1value-functions
testcover-1value-functions is a customizable variable defined in
testcover.el.gz.
Value
Large value
(rst-reset-section-caches
rst-delete-entire-line
backward-char
barf-if-buffer-read-only
beginning-of-line
buffer-disable-undo
buffer-enable-undo
current-global-map
deactivate-mark(var)/deactivate-mark(fun)
delete-backward-char
delete-char
delete-region
ding
forward-char
function*
insert
insert-and-inherit
kill-all-local-variables
kill-line
kill-paragraph
kill-region
kill-sexp
minibuffer-complete-and-exit
narrow-to-region
next-line
push-mark
put-text-property
run-hooks
set-match-data
signal
substitute-key-definition
suppress-keymap
undo
use-local-map
while
widen
yank)
Documentation
Functions that always return the same value, according to equal.
No brown splotch is shown for these. This list is quite
incomplete! Notes: Nobody ever changes the current global map.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/testcover.el.gz
(defcustom testcover-1value-functions
'(backward-char barf-if-buffer-read-only beginning-of-line
buffer-disable-undo buffer-enable-undo current-global-map
deactivate-mark delete-backward-char delete-char delete-region ding
forward-char function* insert insert-and-inherit kill-all-local-variables
kill-line kill-paragraph kill-region kill-sexp
minibuffer-complete-and-exit narrow-to-region next-line push-mark
put-text-property run-hooks set-match-data signal
substitute-key-definition suppress-keymap undo use-local-map while widen
yank)
"Functions that always return the same value, according to `equal'.
No brown splotch is shown for these. This list is quite
incomplete! Notes: Nobody ever changes the current global map."
:group 'testcover
:type '(repeat symbol))