emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 682fb19dc32: * lisp/icomplete.el (icomplete-in-buffer): Make into


From: Sean Whitton
Subject: master 682fb19dc32: * lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom.
Date: Fri, 3 Mar 2023 21:18:05 -0500 (EST)

branch: master
commit 682fb19dc3215dde4b3b0330e5b513e7102c531f
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    * lisp/icomplete.el (icomplete-in-buffer): Make into a defcustom.
---
 lisp/icomplete.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]