; Fix :version of the new defcustom

This commit is contained in:
Eli Zaretskii 2023-03-26 14:58:40 +03:00
parent d941666d85
commit b08bf82860

View file

@ -66,7 +66,7 @@ The action to be taken can be further customized via
(defcustom eww-download-directory "~/Downloads/"
"Default directory where `eww' saves downloaded files."
:version "30.1"
:version "29.1"
:group 'eww
:type 'directory)