From: Daniel Mendler Date: Sun, 2 May 2021 13:50:08 +0000 (+0200) Subject: (minibuffer-completion-help): Do not check `completions-group` centrally X-Git-Tag: emacs-28.0.90~2381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cacfd0321a52b6bcbf5a910a5481e243aae0bc3a;p=emacs.git (minibuffer-completion-help): Do not check `completions-group` centrally The guard variable `completions-group` should be checked in each completion table individually. The guard variable `completions-detailed` variable is used in the same way. * minibuffer.el (minibuffer-completion-help): Remove check of `completions-group`. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 8790ce403db..35bb12ffcd7 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -2182,8 +2182,7 @@ variables.") (plist-get completion-extra-properties :affixation-function))) (sort-fun (completion-metadata-get all-md 'display-sort-function)) - (group-fun (and completions-group - (completion-metadata-get all-md 'group-function))) + (group-fun (completion-metadata-get all-md 'group-function)) (mainbuf (current-buffer)) ;; If the *Completions* buffer is shown in a new ;; window, mark it as softly-dedicated, so bury-buffer in