Variable: advice--buffer-local-function-sample
advice--buffer-local-function-sample is a variable defined in
nadvice.el.gz.
Value
#[128 "\301\302\300!\"\207"
[normal-auto-fill-function apply default-value]
4 "\n\n(fn &rest ARGS)"]
Documentation
Keeps an example of the special "run the default value" functions.
These functions play the same role as t in buffer-local hooks, and to recognize
them, we keep a sample here against which to compare. Each instance is
different, but function-equal will hopefully ignore those differences.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/nadvice.el.gz
(defvar advice--buffer-local-function-sample nil
"Keeps an example of the special \"run the default value\" functions.
These functions play the same role as t in buffer-local hooks, and to recognize
them, we keep a sample here against which to compare. Each instance is
different, but `function-equal' will hopefully ignore those differences.")