Function: shr-char-nospace-p--inliner

shr-char-nospace-p--inliner is a function defined in shr.el.gz.

Signature

(shr-char-nospace-p--inliner INLINE--FORM CHAR)

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
;; Closure converted to defun by helpful.
(defun shr-char-nospace-p--inliner
    (inline--form char)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'aref 'fill-nospace-between-words-table char)))