mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/cus-start.el (completion-ignore-case): Make customizable.
This commit is contained in:
parent
04d5bb486a
commit
d9218edb3e
5
etc/NEWS
5
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue