mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/gnus/gnus-util.el: Comment.
This commit is contained in:
parent
be577d03d7
commit
7beb9868bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue