Function: semantic-lex-token-start

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

Signature

(semantic-lex-token-start TOKEN)

Documentation

Fetch the start position of the lexical token TOKEN.

See also the function semantic-lex-token.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defsubst semantic-lex-token-start (token)
  "Fetch the start position of the lexical token TOKEN.
See also the function `semantic-lex-token'."
  (car (semantic-lex-token-bounds token)))