emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole 90f003c 5/6: Use browse-url--browser-defcusto


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 90f003c 5/6: Use browse-url--browser-defcustom-type for customization (#117)
Date: Sun, 12 Sep 2021 11:57:13 -0400 (EDT)

branch: externals/hyperbole
commit 90f003c9ab062c8b7cd3b55822e58cecb491716f
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Use browse-url--browser-defcustom-type for customization (#117)
---
 ChangeLog    | 5 +++++
 hsettings.el | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0405b76..d907890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-09-11  Mats Lidell  <matsl@gnu.org>
+
+* hsettings.el (hyperbole-web-search-browser-function): Use
+    browse-url--browser-defcustom-type for customization.
+
 2021-09-05  Mats Lidell  <matsl@gnu.org>
 
 * test/hyrolo-tests.el (hyrolo-demo-show-overview)
diff --git a/hsettings.el b/hsettings.el
index 9c60de5..94d6f46 100644
--- a/hsettings.el
+++ b/hsettings.el
@@ -25,6 +25,7 @@
 
 (require 'hversion)
 (require 'hvar)
+(require 'browse-url)
 
 ;;; ************************************************************************
 ;;; Public declarations
@@ -218,7 +219,7 @@ Hyperbole, and then restart Emacs."
 
 (defcustom hyperbole-web-search-browser-function browse-url-browser-function
   "*Function of one url argument called by any Hyperbole Find/Web search."
-  :type 'boolean
+  :type browse-url--browser-defcustom-type
   :group 'hyperbole-commands)
 
 (defcustom hyperbole-web-search-alist



reply via email to

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