Variable: prolog-imenu-max-lines

prolog-imenu-max-lines is a customizable variable defined in prolog.el.gz.

Value

3000

Documentation

The maximum number of lines of the file for imenu to be enabled.

Relevant only when prolog-imenu-flag is non-nil.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defcustom prolog-imenu-max-lines 3000
  "The maximum number of lines of the file for imenu to be enabled.
Relevant only when `prolog-imenu-flag' is non-nil."
  :version "24.1"
  :group 'prolog-other
  :type 'integer)