Function: mail-source-bind-1
mail-source-bind-1 is a byte-compiled function defined in
mail-source.el.gz.
Signature
(mail-source-bind-1 TYPE)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mail-source.el.gz
;; generate a list of variable names paired with nil values
;; suitable for usage in a `let' form
(eval-and-compile
(defun mail-source-bind-1 (type)
(mapcar (lambda (default)
(list (mail-source-strip-keyword (car default))
nil))
(cdr (assq type mail-source-keyword-map)))))