Variable: semantic-debug-parser-source

semantic-debug-parser-source is a buffer-local variable defined in debug.el.gz.

Documentation

For any buffer, the file name (no path) of the parser.

This would be a parser for a specific language, not the source to one of the parser generators.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
;;; Code:

;;;###autoload
(defvar-local semantic-debug-parser-source nil
  "For any buffer, the file name (no path) of the parser.
This would be a parser for a specific language, not the source
to one of the parser generators.")