diff options
| -rw-r--r-- | lisp/gnus/gnus-util.el | 2 |
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 () |