emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 b08bf828605: ; Fix :version of the new defcustom


From: Eli Zaretskii
Subject: emacs-29 b08bf828605: ; Fix :version of the new defcustom
Date: Sun, 26 Mar 2023 07:59:03 -0400 (EDT)

branch: emacs-29
commit b08bf8286059cb75166401c8cad01e3661cb8833
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix :version of the new defcustom
---
 lisp/net/eww.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]