[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/popup 485284b2b0 3/3: Merge pull request #131 from tumashu
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/popup 485284b2b0 3/3: Merge pull request #131 from tumashu/1 |
Date: |
Wed, 29 Dec 2021 03:02:56 -0500 (EST) |
branch: elpa/popup
commit 485284b2b037d98cf588ce23214c98b3f658dffd
Merge: 2cd8b9a703 bfa10dc8af
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
Merge pull request #131 from tumashu/1
* popup.el (popup-menu*): add &allow-other-keys.
---
popup.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/popup.el b/popup.el
index af7c9fcba9..681e357fca 100644
--- a/popup.el
+++ b/popup.el
@@ -7,7 +7,7 @@
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/auto-complete/popup-el
;; Keywords: lisp
-;; Version: 0.5.8
+;; Version: 0.5.9
;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify
@@ -35,7 +35,7 @@
(require 'cl-lib)
(require 'mule)
-(defconst popup-version "0.5.8")
+(defconst popup-version "0.5.9")
@@ -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