branch: externals/kiwix
commit d2065a1c47a67fe80b54ce0360c7ef8c7f7fb590
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    fix default browse-url variable name
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index ed5bfd6..b31a6d1 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -98,7 +98,7 @@
   :type 'string
   :group 'kiwix-mode)
 
-(defcustom kiwix-default-browser-function browse-url-generic-program
+(defcustom kiwix-default-browser-function browse-url-browser-function
   "Set default browser for open kiwix query result URL."
   :type 'function
   :safe #'symbolp

Reply via email to