semantic-flex-make-keyword-table
semantic-flex-make-keyword-table is an alias for `
semantic-lex-make-keyword-table' in `
lex.el
'.
(semantic-flex-make-keyword-table
SPECS &optional
PROPSPECS)
This function is obsolete since 23.2;
use `semantic-lex-make-keyword-table' instead.
Convert keyword
SPECS into an obarray and return it.
SPECS must be a list of (NAME . TOKSYM) elements, where:
NAME is the name of the keyword symbol to define.
TOKSYM is the lexical token symbol of that keyword.
If optional argument
PROPSPECS is non nil, then interpret it, and
apply those properties.
PROPSPECS must be a list of (NAME PROPERTY VALUE) elements.