From 803267dd4a901b30ff921039a177bfc743c241fd Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Wed, 19 Jun 2024 22:54:05 +0200 Subject: [PATCH] * lisp/which-key.el (which-key-is-verbose): Remove unused option (cherry picked from commit 830b392e1824200e0cab85ac64d1b1794ac5568d) --- lisp/which-key.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/which-key.el b/lisp/which-key.el index 1de599e5497..e9567d262c6 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -424,11 +424,6 @@ Note that `which-key-idle-delay' should be set before turning on :type 'boolean :package-version "1.0" :version "30.1") -(defcustom which-key-is-verbose nil - "Whether to warn about potential mistakes in configuration." - :type 'boolean - :package-version "1.0" :version "30.1") - (defcustom which-key-preserve-window-configuration nil "Save and restore window configuration around which-key popup display. If non-nil, save window configuration before which-key buffer is -- 2.39.2