Function: semantic--grammar-clear-macros-regexp-2

semantic--grammar-clear-macros-regexp-2 is a byte-compiled function defined in grammar.el.gz.

Signature

(semantic--grammar-clear-macros-regexp-2 &rest _)

Documentation

Clear the cached regexp that match macros local in this grammar.

IGNORE arguments. Added to before-change-functions hooks to be run before each text change.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defun semantic--grammar-clear-macros-regexp-2 (&rest _)
  "Clear the cached regexp that match macros local in this grammar.
IGNORE arguments.
Added to `before-change-functions' hooks to be run before each text
change."
  (setq semantic--grammar-macros-regexp-2 nil))