master d9218edb3ef: * lisp/cus-start.el (completion-ignore-case): Make customizable.
Sean Whitton <[email protected]> Sat, 1 Aug 2026 15:09:23 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit d9218edb3efedb98434f6db33b2ddde8d4a085c3 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> * lisp/cus-start.el (completion-ignore-case): Make customizable. --- etc/NEWS | 5 +++++ lisp/cus-start.el | 1 + 2 files changed, 6 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 01357d5f1eb..23b97971105 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/lisp/cus-start.el b/lisp/cus-start.el index bf5b331a30f..5b8b9dcfdc7 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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