aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-11-01 21:06:44 -0700
committerGlenn Morris2010-11-01 21:06:44 -0700
commit7beb9868bd35bdeb5e945a04bc41c2211126602b (patch)
treed649dcf04afa499f9b8198a09b975d3520b43c70
parentbe577d03d71696dbac36b509d4f2051f84ce68ec (diff)
downloademacs-7beb9868bd35bdeb5e945a04bc41c2211126602b.tar.gz
emacs-7beb9868bd35bdeb5e945a04bc41c2211126602b.zip
* lisp/gnus/gnus-util.el: Comment.
-rw-r--r--lisp/gnus/gnus-util.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 94b7c633196..e9e896963b3 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -1658,6 +1658,8 @@ SPEC is a predicate specifier that contains stuff like `or', `and',
1658(defun gnus-iswitchb-completing-read (prompt collection &optional require-match 1658(defun gnus-iswitchb-completing-read (prompt collection &optional require-match
1659 initial-input history def) 1659 initial-input history def)
1660 "`iswitchb' based completing-read function." 1660 "`iswitchb' based completing-read function."
1661 ;; Make sure iswitchb is loaded before we let-bind its variables.
1662 ;; If it is loaded inside the let, variables can become unbound afterwards.
1661 (require 'iswitchb) 1663 (require 'iswitchb)
1662 (let ((iswitchb-make-buflist-hook 1664 (let ((iswitchb-make-buflist-hook
1663 (lambda () 1665 (lambda ()