changeset 41534:2f19920361ab

(iswitchb-exhibit): Use insert instead of insert-string.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 26 Nov 2001 07:30:12 +0000
parents 0dabd1022a9e
children 81a6c3c42b0b
files lisp/iswitchb.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Mon Nov 26 02:26:04 2001 +0000
+++ b/lisp/iswitchb.el	Mon Nov 26 07:30:12 2001 +0000
@@ -1143,11 +1143,11 @@
 	  (iswitchb-set-common-completion)
 
 	  ;; Insert the match-status information:
-	  (insert-string (iswitchb-completions 
-			  contents
-			  minibuffer-completion-table
-			  minibuffer-completion-predicate
-			  (not minibuffer-completion-confirm)))))))
+	  (insert (iswitchb-completions 
+		   contents
+		   minibuffer-completion-table
+		   minibuffer-completion-predicate
+		   (not minibuffer-completion-confirm)))))))
 
 (defun iswitchb-completions (name candidates predicate require-match)
   "Return the string that is displayed after the user's text.