From: john muhl Date: Sun, 15 Dec 2024 23:15:35 +0000 (-0600) Subject: Add Qutebrowser to list of choices in customize X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3a87a185eafb8d669066ce193deb7ce1f0368b1;p=emacs.git Add Qutebrowser to list of choices in customize * 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) --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index a2abf1b1ef0..04316cae58d 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -166,6 +166,7 @@ :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)