|
@@ -7706,9 +7706,10 @@ Use TAB to complete link prefixes, then RET for type-specific completion support
|
|
"Use iswitch as a completing-read replacement to choose from choices.
|
|
"Use iswitch as a completing-read replacement to choose from choices.
|
|
PROMPT is a string to prompt with. CHOICES is a list of strings to choose
|
|
PROMPT is a string to prompt with. CHOICES is a list of strings to choose
|
|
from."
|
|
from."
|
|
- (let ((iswitchb-make-buflist-hook
|
|
|
|
- (lambda ()
|
|
|
|
- (setq iswitchb-temp-buflist choices))))
|
|
|
|
|
|
+ (let* ((switchb-use-virtual-buffers nil)
|
|
|
|
+ (iswitchb-make-buflist-hook
|
|
|
|
+ (lambda ()
|
|
|
|
+ (setq iswitchb-temp-buflist choices))))
|
|
(iswitchb-read-buffer prompt)))
|
|
(iswitchb-read-buffer prompt)))
|
|
|
|
|
|
(defun org-icompleting-read (&rest args)
|
|
(defun org-icompleting-read (&rest args)
|