From: Eli Zaretskii <eliz@gnu.org> Date: Sun, 26 Mar 2023 11:58:40 +0000 (+0300) Subject: ; Fix :version of the new defcustom X-Git-Tag: emacs-29.0.90~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b08bf8286059cb75166401c8cad01e3661cb8833;p=emacs.git ; Fix :version of the new defcustom --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 52951074bea..9451083f396 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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)