Function: custom-print-installed-p
custom-print-installed-p is a byte-compiled function defined in
cust-print.el.gz.
Signature
(custom-print-installed-p)
Documentation
Return t if custom-print is currently installed, nil otherwise.
Aliases
custom-print-funcs-installed-p
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/cust-print.el.gz
(defun custom-print-installed-p ()
"Return t if custom-print is currently installed, nil otherwise."
(eq (symbol-function 'custom-prin1) (symbol-function 'prin1)))