Function: semantic-lex-spp-dynamic-map

semantic-lex-spp-dynamic-map is a byte-compiled function defined in lex-spp.el.gz.

Signature

(semantic-lex-spp-dynamic-map)

Documentation

Return the dynamic macro map for the current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
(defsubst semantic-lex-spp-dynamic-map ()
  "Return the dynamic macro map for the current buffer."
  (or semantic-lex-spp-dynamic-macro-symbol-obarray
      (setq semantic-lex-spp-dynamic-macro-symbol-obarray
	    (make-vector 13 0))))