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