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

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

[nongnu] elpa/popup 9271203dec 1/3: * popup.el (popup-menu*): add &allow


From: ELPA Syncer
Subject: [nongnu] elpa/popup 9271203dec 1/3: * popup.el (popup-menu*): add &allow-other-keys.
Date: Wed, 29 Dec 2021 03:02:56 -0500 (EST)

branch: elpa/popup
commit 9271203decd91c4c47c31ef7f5a9bc6001b4abfa
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * popup.el (popup-menu*): add &allow-other-keys.
---
 popup.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/popup.el b/popup.el
index af7c9fcba9..21f9fe35a3 100644
--- a/popup.el
+++ b/popup.el
@@ -1355,6 +1355,7 @@ If FACE is non-nil, it will be used instead of face 
`popup-tip-face'."
                        (isearch-keymap popup-isearch-keymap)
                        isearch-callback
                        initial-index
+                       &allow-other-keys
                        &aux menu event)
   "Show a popup menu of LIST at POINT. This function returns a
 value of the selected item. Almost all arguments are the same as in



reply via email to

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