Variable: byte-compile-interactive-only-functions

byte-compile-interactive-only-functions is a variable defined in bytecomp.el.gz.

This variable is obsolete since 24.4; use the interactive-only symbol property instead.

Value

nil

Documentation

List of commands that are not meant to be called from Lisp.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-interactive-only-functions nil
  "List of commands that are not meant to be called from Lisp.")