; Fix package-version values
* lisp/textmodes/rst.el (rst-compile-toolsets): * lisp/which-key.el (which-key-idle-delay): Fix package-version.
This commit is contained in:
parent
a1fbc51dc7
commit
a702f29a00
2 changed files with 2 additions and 2 deletions
|
@ -4181,7 +4181,7 @@ string)) to be used for converting the document."
|
|||
(const :tag "No options" nil)
|
||||
(string :tag "Options"))))
|
||||
:group 'rst-compile
|
||||
:package-version "1.2.0")
|
||||
:package-version '(rst . "1.2.0"))
|
||||
|
||||
;; FIXME: Must be defcustom.
|
||||
(defvar rst-compile-primary-toolset 'html
|
||||
|
|
|
@ -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 '(which-key "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.
|
||||
|
|
Loading…
Add table
Reference in a new issue