# HG changeset patch # User Glenn Morris # Date 1288670804 25200 # Node ID a4dbd8297e0f6e4ede03ed65564efb3678799a2f # Parent 74b8ba23403f9963330cbbeb04e3f16ab4c4a376 * lisp/gnus/gnus-util.el: Comment. diff -r 74b8ba23403f -r a4dbd8297e0f lisp/gnus/gnus-util.el --- a/lisp/gnus/gnus-util.el Mon Nov 01 22:30:50 2010 -0400 +++ b/lisp/gnus/gnus-util.el Mon Nov 01 21:06:44 2010 -0700 @@ -1658,6 +1658,8 @@ (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 ()