Function: native-comp-limple-mode

native-comp-limple-mode is an interactive and byte-compiled function defined in comp.el.gz.

Signature

(native-comp-limple-mode)

Documentation

Syntax-highlight LIMPLE IR.

This mode runs the hook native-comp-limple-mode-hook, as the final or penultimate step during initialization.

Key Bindings

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)))