]> git.eshelyaron.com Git - emacs.git/commitdiff
(iswitchb-exhibit): Use insert instead of insert-string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 07:30:58 +0000 (07:30 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 07:30:58 +0000 (07:30 +0000)
lisp/ChangeLog
lisp/iswitchb.el

index f2370b78626838893b3b19bb4b0aef9a68044313..d0e8b953aa02a902447ede79978aed9e5dfde1e7 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * iswitchb.el (iswitchb-exhibit): Use insert instead of
+       insert-string.
+
 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
 
        * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
index e3bb8ad76b370dcac98eff714f9e7f037b4c4ec2..5ec032adb9841107de4dd330feb7806b252f3945 100644 (file)
@@ -1143,11 +1143,11 @@ Copied from `icomplete-exhibit' with two changes:
          (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.