Function: pixel-fill--char-kinsoku-bol-p
pixel-fill--char-kinsoku-bol-p is a byte-compiled function defined in
pixel-fill.el.gz.
Signature
(pixel-fill--char-kinsoku-bol-p CHAR)
Documentation
Return non-nil if a line ought not to begin with CHAR.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/pixel-fill.el.gz
(define-inline pixel-fill--char-kinsoku-bol-p (char)
"Return non-nil if a line ought not to begin with CHAR."
(inline-letevals (char)
(inline-quote (and (not (eq ,char ?'))
(aref (char-category-set ,char) ?>)))))