emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/which-key cf8572a 07/51: which-key-persistent-popup-p -


From: Stefan Monnier
Subject: [elpa] externals/which-key cf8572a 07/51: which-key-persistent-popup-p -> which-key-persistent-popup
Date: Tue, 8 Sep 2020 10:26:15 -0400 (EDT)

branch: externals/which-key
commit cf8572a6888547451e6af461b374f3a5fde28f5d
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    which-key-persistent-popup-p -> which-key-persistent-popup
---
 which-key.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/which-key.el b/which-key.el
index 9b147bd..1d3c21d 100644
--- a/which-key.el
+++ b/which-key.el
@@ -453,7 +453,7 @@ prefixes in `which-key-paging-prefixes'"
                                       which-key-undo-key
                                       which-key-undo))
 
-(defvar which-key-persistent-popup-p nil
+(defvar which-key-persistent-popup nil
   "Whether or not to disable `which-key--hide-popup'.")
 
 (defcustom which-key-hide-alt-key-translations t
@@ -1083,7 +1083,7 @@ total height."
 
 (defun which-key--hide-popup ()
   "This function is called to hide the which-key buffer."
-  (unless (or which-key-persistent-popup-p
+  (unless (or which-key-persistent-popup
               (member real-this-command which-key--paging-functions))
     (setq which-key--last-try-2-loc nil)
     (setq which-key--pages-obj nil)



reply via email to

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