mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(icomplete-exhibit): Likewise.
This commit is contained in:
parent
34d16326e4
commit
555185de14
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
* iswitchb.el (iswitchb-exhibit): Use insert instead of
|
||||
insert-string.
|
||||
|
||||
* icomplete.el (icomplete-exhibit): Likewise.
|
||||
|
||||
2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ and `minibuffer-setup-hook'."
|
|||
;; Delay - give some grace time for next keystroke, before
|
||||
;; embarking on computing completions:
|
||||
(sit-for icomplete-compute-delay)))
|
||||
(insert-string
|
||||
(insert
|
||||
(icomplete-completions contents
|
||||
minibuffer-completion-table
|
||||
minibuffer-completion-predicate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue