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

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

[elpa] externals/hyperbole bdc7849: Relax type to function (#121)


From: ELPA Syncer
Subject: [elpa] externals/hyperbole bdc7849: Relax type to function (#121)
Date: Fri, 17 Sep 2021 16:57:14 -0400 (EDT)

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

    Relax type to function (#121)
---
 ChangeLog    | 5 +++++
 hsettings.el | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b0c34a3..64e4884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-09-17  Mats Lidell  <matsl@gnu.org>
+
+* hsettings.el (hyperbole-web-search-browser-function): Relax type to
+    function.
+
 2021-09-14  Mats Lidell  <matsl@gnu.org>
 
 * hbut.el (defib, defil, defal): Use declare notation for making macros
diff --git a/hsettings.el b/hsettings.el
index f3a42ba..5dd61e8 100644
--- a/hsettings.el
+++ b/hsettings.el
@@ -219,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 browse-url--browser-defcustom-type
+  :type 'function
   :group 'hyperbole-commands)
 
 (defcustom hyperbole-web-search-alist



reply via email to

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