Variable: native-comp-limple-mode-hook

native-comp-limple-mode-hook is a variable defined in comp-common.el.gz.

Value

nil

Documentation

Hook run after entering native-comp-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-common.el.gz
(define-derived-mode native-comp-limple-mode fundamental-mode "LIMPLE"
  "Syntax-highlight LIMPLE IR."
  (setf font-lock-defaults '(comp-limple-lock-keywords)))