Function: tmm--completion-table

tmm--completion-table is a byte-compiled function defined in tmm.el.gz.

Signature

(tmm--completion-table ITEMS)

Source Code

;; Defined in /usr/src/emacs/lisp/tmm.el.gz
(defun tmm--completion-table (items)
  (lambda (string pred action)
    (if (eq action 'metadata)
	'(metadata (display-sort-function . identity))
      (complete-with-action action items string pred))))