aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2017-01-27 13:09:01 -0500
committerMark Oteiza2017-01-27 13:19:38 -0500
commit2d07895151138fe4ddc87aa799687b41f6868c73 (patch)
tree33c5c800971af5addd5b6160bea98d855ed780a2
parent107a0c4caa649bad88cdbb67439f67ed8105e41a (diff)
downloademacs-2d07895151138fe4ddc87aa799687b41f6868c73.tar.gz
emacs-2d07895151138fe4ddc87aa799687b41f6868c73.zip
Fix a couple eww customization types
* lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory): Change customization type to "directory".
-rw-r--r--lisp/net/eww.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 15911f6e85f..0282fe68e6a 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -59,7 +59,7 @@
59 "Directory where files will downloaded." 59 "Directory where files will downloaded."
60 :version "24.4" 60 :version "24.4"
61 :group 'eww 61 :group 'eww
62 :type 'string) 62 :type 'directory)
63 63
64;;;###autoload 64;;;###autoload
65(defcustom eww-suggest-uris 65(defcustom eww-suggest-uris
@@ -81,7 +81,7 @@ duplicate entries (if any) removed."
81 "Directory where bookmark files will be stored." 81 "Directory where bookmark files will be stored."
82 :version "25.1" 82 :version "25.1"
83 :group 'eww 83 :group 'eww
84 :type 'string) 84 :type 'directory)
85 85
86(defcustom eww-desktop-remove-duplicates t 86(defcustom eww-desktop-remove-duplicates t
87 "Whether to remove duplicates from the history when saving desktop data. 87 "Whether to remove duplicates from the history when saving desktop data.