mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
* lisp/icomplete.el (icomplete-exhibit): Remove workaround
This commit is contained in:
parent
5e03dbd335
commit
6265e9349f
1 changed files with 0 additions and 5 deletions
|
|
@ -716,11 +716,6 @@ See `icomplete-mode' and `minibuffer-setup-hook'."
|
|||
(delete-region (overlay-start rfn-eshadow-overlay)
|
||||
(overlay-end rfn-eshadow-overlay)))
|
||||
(let* ((field-string (icomplete--field-string))
|
||||
;; Not sure why, but such requests seem to come
|
||||
;; every once in a while. It's not fully
|
||||
;; deterministic but `C-x C-f M-DEL M-DEL ...'
|
||||
;; seems to trigger it fairly often!
|
||||
(while-no-input-ignore-events '(selection-request))
|
||||
(text (while-no-input
|
||||
(icomplete-completions
|
||||
field-string
|
||||
|
|
|
|||
Loading…
Reference in a new issue