Variable: native-comp-limple-mode-hook
native-comp-limple-mode-hook is a variable defined in comp.el.gz.
Value
nil
Documentation
Hook run after entering LIMPLE mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(define-derived-mode native-comp-limple-mode fundamental-mode "LIMPLE"
"Syntax-highlight LIMPLE IR."
(setf font-lock-defaults '(comp-limple-lock-keywords)))