Variable: mode-local-init-hook
mode-local-init-hook is a variable defined in mode-local.el.gz.
Value
(semantic-c-reset-preprocessor-symbol-map)
Documentation
Hook run after a new file buffer is created.
The current buffer is the newly created file buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/mode-local.el.gz
;;; Hook machinery
;;
(defvar mode-local-init-hook nil
"Hook run after a new file buffer is created.
The current buffer is the newly created file buffer.")