Function: shr-char-kinsoku-eol-p
shr-char-kinsoku-eol-p is a byte-compiled function defined in
shr.el.gz.
Signature
(shr-char-kinsoku-eol-p CHAR)
Documentation
Return non-nil if a line ought not to end with CHAR.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(define-inline shr-char-kinsoku-eol-p (char)
"Return non-nil if a line ought not to end with CHAR."
(inline-quote (aref (char-category-set ,char) ?<)))