emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2d07895: Fix a couple eww customization types


From: Mark Oteiza
Subject: [Emacs-diffs] master 2d07895: Fix a couple eww customization types
Date: Fri, 27 Jan 2017 18:19:40 +0000 (UTC)

branch: master
commit 2d07895151138fe4ddc87aa799687b41f6868c73
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    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 15911f6..0282fe6 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]