File: cc-langs.el.html
HACKERS NOTE: There's heavy macro magic here. If you need to make
changes in this or other files containing c-lang-defconst but
don't want to read through the longer discussion below then read
this:
o A change in a c-lang-defconst or c-lang-defvar will not take
effect if the file containing the mode init function (typically
cc-mode.el) is byte compiled.
o To make changes show in font locking you need to reevaluate the
*-font-lock-keywords-* constants, which normally is easiest to
do with M-x eval-buffer in cc-fonts.el.
o In either case it's necessary to reinitialize the mode to make
the changes show in an existing buffer.
Defined variables (0)
Defined functions (5)
c-filter-ops | (OPS OPGROUP-FILTER OP-FILTER &optional XLATE) |
c-init-language-vars | (MODE) |
c-lang-defvar | (VAR VAL &optional DOC) |
c-lang-setvar | (VAR VAL) |
c-make-init-lang-vars-fun | (MODE) |