Variable: mode-local-symbol-table
mode-local-symbol-table is a buffer-local variable defined in
mode-local.el.gz.
Documentation
Buffer local mode bindings.
These symbols provide a hook for a major-mode to specify specific
behaviors. Use the function mode-local-bind to define new bindings.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/mode-local.el.gz
;;; Core bindings API
;;
(defvar-local mode-local-symbol-table nil
"Buffer local mode bindings.
These symbols provide a hook for a `major-mode' to specify specific
behaviors. Use the function `mode-local-bind' to define new bindings.")