Function: semantic-grammar-quotemode

semantic-grammar-quotemode is a byte-compiled function defined in grammar.el.gz.

Signature

(semantic-grammar-quotemode)

Documentation

Return the %quotemode value as a symbol or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defsubst semantic-grammar-quotemode ()
  "Return the %quotemode value as a symbol or nil."
  (intern (or (semantic-grammar-first-tag-name 'quotemode) "nil")))