diff options
| author | Eli Zaretskii | 2025-03-27 13:52:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-03-27 13:52:22 +0200 |
| commit | a702f29a00b0362b6060bbf4c83edcdc61b5fe32 (patch) | |
| tree | 6582afc15189866d565b8a1f6e49e6935a7dcc51 | |
| parent | a1fbc51dc715bf9eaa89b165f902eef9dd819077 (diff) | |
| download | emacs-a702f29a00b0362b6060bbf4c83edcdc61b5fe32.tar.gz emacs-a702f29a00b0362b6060bbf4c83edcdc61b5fe32.zip | |
; Fix package-version values
* lisp/textmodes/rst.el (rst-compile-toolsets):
* lisp/which-key.el (which-key-idle-delay): Fix package-version.
| -rw-r--r-- | lisp/textmodes/rst.el | 2 | ||||
| -rw-r--r-- | lisp/which-key.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index c06b50e10bf..be8b013863f 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -4181,7 +4181,7 @@ string)) to be used for converting the document." | |||
| 4181 | (const :tag "No options" nil) | 4181 | (const :tag "No options" nil) |
| 4182 | (string :tag "Options")))) | 4182 | (string :tag "Options")))) |
| 4183 | :group 'rst-compile | 4183 | :group 'rst-compile |
| 4184 | :package-version "1.2.0") | 4184 | :package-version '(rst . "1.2.0")) |
| 4185 | 4185 | ||
| 4186 | ;; FIXME: Must be defcustom. | 4186 | ;; FIXME: Must be defcustom. |
| 4187 | (defvar rst-compile-primary-toolset 'html | 4187 | (defvar rst-compile-primary-toolset 'html |
diff --git a/lisp/which-key.el b/lisp/which-key.el index 25349ca91be..0ccae701689 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 | |||
| 62 | recommended | 62 | recommended |
| 63 | (see https://github.com/justbur/emacs-which-key/issues/134)." | 63 | (see https://github.com/justbur/emacs-which-key/issues/134)." |
| 64 | :type 'float | 64 | :type 'float |
| 65 | :package-version '(which-key "1.0") :version "30.1") | 65 | :package-version '(which-key . "1.0") :version "30.1") |
| 66 | 66 | ||
| 67 | (defcustom which-key-idle-secondary-delay nil | 67 | (defcustom which-key-idle-secondary-delay nil |
| 68 | "Seconds to wait for which-key to pop up after initial display. | 68 | "Seconds to wait for which-key to pop up after initial display. |