* etc/NEWS: Announce 'completion-auto-select'.
* lisp/simple.el (completion-auto-select): Default to nil.
This command increases (or decreases) the number of empty lines before
point.
+** The *Completions* buffer can now be automatically selected
+To enable this behavior, customize the option 'completion-auto-select'
+to t.
+
---
*** Improved mouse behavior with auto-scrolling modes.
When clicking inside the 'scroll-margin' or 'hscroll-margin' region
:version "22.1"
:group 'completion)
-(defcustom completion-auto-select t
+(defcustom completion-auto-select nil
"Non-nil means to automatically select the completions buffer."
:type 'boolean
:version "29.1"