Support 'eager-update' in 'completion-category-overrides' defcustom
* lisp/minibuffer.el (completion-category-overrides): Accept 'eager-update' as a completion property in its :type. (Bug#79899)
This commit is contained in:
parent
8f5c26cec2
commit
51c519ea2d
1 changed files with 4 additions and 0 deletions
|
|
@ -1351,6 +1351,10 @@ overrides the default specified in `completion-category-defaults'."
|
|||
(cons :tag "Eager display"
|
||||
(const :tag "Select one value from the menu."
|
||||
eager-display)
|
||||
boolean)
|
||||
(cons :tag "Eager update"
|
||||
(const :tag "Select one value from the menu."
|
||||
eager-update)
|
||||
boolean))))
|
||||
|
||||
(defun completion--category-override (category tag)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue