]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a couple eww customization types
authorMark Oteiza <mvoteiza@udel.edu>
Fri, 27 Jan 2017 18:09:01 +0000 (13:09 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Fri, 27 Jan 2017 18:19:38 +0000 (13:19 -0500)
* lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory):
Change customization type to "directory".

lisp/net/eww.el

index 15911f6e85f737ce26b77f7334b3b5431bdeb7db..0282fe68e6a204a74b708bfacfc29bc219384ff1 100644 (file)
@@ -59,7 +59,7 @@
   "Directory where files will downloaded."
   :version "24.4"
   :group 'eww
-  :type 'string)
+  :type 'directory)
 
 ;;;###autoload
 (defcustom eww-suggest-uris
@@ -81,7 +81,7 @@ duplicate entries (if any) removed."
   "Directory where bookmark files will be stored."
   :version "25.1"
   :group 'eww
-  :type 'string)
+  :type 'directory)
 
 (defcustom eww-desktop-remove-duplicates t
   "Whether to remove duplicates from the history when saving desktop data.