]> git.eshelyaron.com Git - emacs.git/commit
(minibuffer-completion-help): Do not check `completions-group` centrally
authorDaniel Mendler <mail@daniel-mendler.de>
Sun, 2 May 2021 13:50:08 +0000 (15:50 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 20 May 2021 17:50:31 +0000 (20:50 +0300)
commitcacfd0321a52b6bcbf5a910a5481e243aae0bc3a
treed5c8ff8256d4e27bc50ce89bb26ea12e52b4db25
parentde168b70b105730b1a3ce79aeb0b0c70d9460300
(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`.
lisp/minibuffer.el