From: Mark Oteiza Date: Fri, 27 Jan 2017 18:09:01 +0000 (-0500) Subject: Fix a couple eww customization types X-Git-Tag: emacs-26.0.90~870^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d07895151138fe4ddc87aa799687b41f6868c73;p=emacs.git Fix a couple eww customization types * lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory): Change customization type to "directory". --- 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.