* lisp/cus-start.el (completion-ignore-case): Make customizable.

This commit is contained in:
Sean Whitton 2026-08-01 20:09:13 +01:00
parent 04d5bb486a
commit d9218edb3e
2 changed files with 6 additions and 0 deletions

View file

@ -92,6 +92,11 @@ commands invoked from the menu will operate on the right buffer.
You can restore the previous behavior by removing
'mode-line-window-select' from 'x-pre-popup-menu-hook'.
** Minibuffer
---
*** The variable 'completion-ignore-case' is now customizable.
* Editing Changes in Emacs 32.1

View file

@ -443,6 +443,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
"24.5") ; 30 -> 100
(history-delete-duplicates minibuffer boolean "22.1")
(read-buffer-completion-ignore-case minibuffer boolean "23.1")
(completion-ignore-case minibuffer boolean)
(minibuffer-prompt-properties
minibuffer