]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix :version of the new defcustom
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 Mar 2023 11:58:40 +0000 (14:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Mar 2023 11:58:40 +0000 (14:58 +0300)
lisp/net/eww.el

index 52951074bea3b4ec253b6d1347c9ba01b392aa6c..9451083f3968373fede85740af445bcbb65792a6 100644 (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)