Variable: inferior-octave-dynamic-complete-functions

inferior-octave-dynamic-complete-functions is a variable defined in octave.el.gz.

Value

(inferior-octave-completion-at-point
 comint-filename-completion)

Documentation

List of functions called to perform completion for inferior Octave.

This variable is used to initialize comint-dynamic-complete-functions in the Inferior Octave buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defvar inferior-octave-dynamic-complete-functions
  '(inferior-octave-completion-at-point comint-filename-completion)
  "List of functions called to perform completion for inferior Octave.
This variable is used to initialize `comint-dynamic-complete-functions'
in the Inferior Octave buffer.")