branch: externals/posframe
commit 3c740c1c16e72f96572a86959c76a0d69ecaf77b
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
add convenience keyword
This change solve below package-lint warning
> You should include standard keywords: see the variable
> `finder-known-keywords'. (emacs-lisp-package)
---
posframe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 561ba3f..9d71d21 100644
--- a/posframe.el
+++ b/posframe.el
@@ -6,7 +6,7 @@
;; Maintainer: Feng Shu <[email protected]>
;; URL: https://github.com/tumashu/posframe
;; Version: 0.5.0
-;; Keywords: tooltip
+;; Keywords: convenience, tooltip
;; Package-Requires: ((emacs "26"))
;; This file is part of GNU Emacs.