emacs-31 983995b54c9: ; Delete obsolete comment.
Sean Whitton <[email protected]> Sat, 1 Aug 2026 14:57:40 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 983995b54c97a65a1921ddf4ebfd5d777aff6404 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; Delete obsolete comment. The code to which it applied is long gone. --- lisp/minibuffer.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index f16001dc1d0..277840ae7b2 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -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))