Function: opascal-set-token-kind

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

Signature

(opascal-set-token-kind TOKEN TO-KIND)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-set-token-kind (token to-kind)
  ;; Sets the kind symbol of the token.
  (if token (aset token 0 to-kind)))