Function: opascal-set-token-start
opascal-set-token-start is a byte-compiled function defined in
opascal.el.gz.
Signature
(opascal-set-token-start TOKEN START)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-set-token-start (token start)
;; Sets the start point of the token.
(if token (aset token 1 start)))