From: Sean Whitton Date: Sat, 4 Mar 2023 02:17:40 +0000 (-0700) Subject: * lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=682fb19dc3215dde4b3b0330e5b513e7102c531f;p=emacs.git * lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 47fdf3e7913..e0b591739ef 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -137,10 +137,11 @@ See `icomplete-delay-completions-threshold'." "Maximum number of initial chars to apply `icomplete-compute-delay'." :type 'integer) -(defvar icomplete-in-buffer nil +(defcustom icomplete-in-buffer nil "If non-nil, also use Icomplete when completing in non-mini buffers. This affects commands like `completion-in-region', but not commands -that use their own completions setup.") +that use their own completions setup." + :type 'boolean) (defcustom icomplete-minibuffer-setup-hook nil "Icomplete-specific customization of minibuffer setup.