Function: ps-boolean-constant
ps-boolean-constant is a byte-compiled function defined in
ps-print.el.gz.
Signature
(ps-boolean-constant BOOL)
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defun ps-boolean-constant (bool)
(if bool "true" "false"))