]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Qutebrowser to list of choices in customize
authorjohn muhl <jm@pub.pink>
Sun, 15 Dec 2024 23:15:35 +0000 (17:15 -0600)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:01:40 +0000 (16:01 +0100)
* lisp/net/browse-url.el (browse-url--browser-defcustom-type):
Include 'browse-url-qutebrowser' so that it appears in the Choice
menus of 'browse-url-browser-function' and
'browse-url-secondary-browser-function'.  (Bug#74904)

(cherry picked from commit d5b23b219dc620bc23437158a769138e3b972ba6)

lisp/net/browse-url.el

index a2abf1b1ef02cd8b3c47868713129de40ff72a33..04316cae58d96492296131250e5e20dc21fb384c 100644 (file)
                   :value browse-url-text-emacs)
     (function-item :tag "KDE" :value browse-url-kde)
     (function-item :tag "Elinks" :value browse-url-elinks)
+    (function-item :tag "Qutebrowser" :value browse-url-qutebrowser)
     (function-item :tag "Specified by `Browse Url Generic Program'"
                    :value browse-url-generic)
     ,@(when (eq system-type 'windows-nt)