Function: ido-active

ido-active is a byte-compiled function defined in ido.el.gz.

Signature

(ido-active &optional MERGE)

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
;;; FUNCTIONS

(defun ido-active (&optional merge)
  (if merge
      ido-use-merged-list
    (and (boundp 'ido-completing-read)
	 (= ido-use-mycompletion-depth (minibuffer-depth)))))