Function: opascal-token-end

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

Signature

(opascal-token-end TOKEN)

Source Code

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