1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Merge from savannah/emacs-30

1b80bc67aa ; * doc/emacs/android.texi (Android Software): Minor mark...
dcfbf7d186 ; * etc/PROBLEMS: Document the same problem here.
b09bbf22af Document requirements respecting XDG MIME databases on An...
365a91622e ; (completion-preview--try-table): Propagate extra proper...

# Conflicts:
#	lisp/completion-preview.el
This commit is contained in:
Po Lu 2025-03-04 14:32:48 +08:00
commit fe7a8c92be
4 changed files with 66 additions and 0 deletions

View file

@ -473,6 +473,7 @@ candidates or if there are multiple matching completions and
(let* ((pred (plist-get props :predicate))
(string (buffer-substring beg end))
(completion-ignore-case completion-preview-ignore-case)
(completion-extra-properties props)
(md (completion-metadata string table pred))
(sort-fn (or (completion-metadata-get md 'cycle-sort-function)
(completion-metadata-get md 'display-sort-function)