* lisp/gnus/gnus-util.el: Comment.

This commit is contained in:
Glenn Morris 2010-11-01 21:06:44 -07:00
parent be577d03d7
commit 7beb9868bd

View file

@ -1658,6 +1658,8 @@ SPEC is a predicate specifier that contains stuff like `or', `and',
(defun gnus-iswitchb-completing-read (prompt collection &optional require-match
initial-input history def)
"`iswitchb' based completing-read function."
;; Make sure iswitchb is loaded before we let-bind its variables.
;; If it is loaded inside the let, variables can become unbound afterwards.
(require 'iswitchb)
(let ((iswitchb-make-buflist-hook
(lambda ()