diff options
author | Eli Zaretskii <eliz@gnu.org> | 2025-03-27 13:49:10 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2025-03-27 13:49:10 +0200 |
commit | a1fbc51dc715bf9eaa89b165f902eef9dd819077 (patch) | |
tree | 63c6039613b957580a7afb72781c6ad28d4b3dc3 | |
parent | 816a17a7115e113211d282c64cc05a6353ab5198 (diff) | |
download | emacs-a1fbc51dc715bf9eaa89b165f902eef9dd819077.tar.gz emacs-a1fbc51dc715bf9eaa89b165f902eef9dd819077.tar.bz2 emacs-a1fbc51dc715bf9eaa89b165f902eef9dd819077.zip |
; * lisp/which-key.el (which-key-idle-delay): Fix package-version.
-rw-r--r-- | lisp/which-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-key.el b/lisp/which-key.el index 6ae8dcbb1f0..25349ca91be 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -62,7 +62,7 @@ A value of zero might lead to issues, so a non-zero value is recommended (see https://github.com/justbur/emacs-which-key/issues/134)." :type 'float - :package-version "1.0" :version "30.1") + :package-version '(which-key "1.0") :version "30.1") (defcustom which-key-idle-secondary-delay nil "Seconds to wait for which-key to pop up after initial display. |