; Delete obsolete comment.

The code to which it applied is long gone.
This commit is contained in:
Sean Whitton 2026-08-01 19:57:35 +01:00
parent 42e283fe9d
commit 983995b54c

View file

@ -3125,8 +3125,6 @@ Also respects the obsolete wrapper hook `completion-in-region-functions'.
completion-in-region-functions (start end collection predicate)
(let ((minibuffer-completion-table collection)
(minibuffer-completion-predicate predicate))
;; HACK: if the text we are completing is already in a field, we
;; want the completion field to take priority (e.g. Bug#6830).
(when completion-in-region-mode-predicate
(setq completion-in-region--data
`(,(if (markerp start) start (copy-marker start))