]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/which-key.el (which-key-idle-delay): Fix package-version.
authorEli Zaretskii <eliz@gnu.org>
Thu, 27 Mar 2025 11:49:10 +0000 (13:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:30:11 +0000 (10:30 +0200)
(cherry picked from commit a1fbc51dc715bf9eaa89b165f902eef9dd819077)

lisp/which-key.el

index 830c915e01cd247864ae276af250abbb5a98c4e3..f70d518986585230cd8bebc76c9398e86bb35e0c 100644 (file)
@@ -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 'number
-  :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.