From 2d07895151138fe4ddc87aa799687b41f6868c73 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Fri, 27 Jan 2017 13:09:01 -0500 Subject: [PATCH] Fix a couple eww customization types * lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory): Change customization type to "directory". --- lisp/net/eww.el | 4 ++-- 1 file 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 @@ "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. -- 2.39.5