projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d941666
)
; Fix :version of the new defcustom
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 26 Mar 2023 11:58:40 +0000
(14:58 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 26 Mar 2023 11:58:40 +0000
(14:58 +0300)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index 52951074bea3b4ec253b6d1347c9ba01b392aa6c..9451083f3968373fede85740af445bcbb65792a6 100644
(file)
--- 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)