Function: elp-results-mode

elp-results-mode is a byte-compiled function defined in elp.el.gz.

Signature

(elp-results-mode)

Documentation

Mode for ELP results.

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook elp-results-mode-hook, as the final or penultimate step during initialization.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elp.el.gz
(define-derived-mode elp-results-mode special-mode "ELP"
  "Mode for ELP results."
  :interactive nil)