Function: bytecomp--char-before
bytecomp--char-before is a byte-compiled function defined in
bytecomp.el.gz.
Signature
(bytecomp--char-before FORM &optional ARG &rest JUNK-ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun bytecomp--char-before (form &optional arg &rest junk-args)
(if junk-args
form ; arity error
`(char-after (1- (or ,arg (point))))))