Function: opascal-token-start

opascal-token-start is a byte-compiled function defined in opascal.el.gz.

Signature

(opascal-token-start TOKEN)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defsubst opascal-token-start (token)
  ;; Returns the start point of the token.
  (if token (aref token 1) (point-min)))