mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; Delete obsolete comment.
The code to which it applied is long gone.
This commit is contained in:
parent
42e283fe9d
commit
983995b54c
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue