emacs-devel
[Top][All Lists]
Advanced

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

Re: master e4e9a7c: * lisp/startup.el: Let-bind browse-url-browser-funct


From: Stefan Monnier
Subject: Re: master e4e9a7c: * lisp/startup.el: Let-bind browse-url-browser-function instead of setq-local
Date: Sun, 12 Dec 2021 14:23:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> -         ,(lambda (_button) (browse-url 
> "https://www.gnu.org/software/emacs/";))
> +         ,(lambda (_button)
> +               (let ((browse-url-browser-function 'eww-browse-url))
> +                 (browse-url "https://www.gnu.org/software/emacs/";)))

What's the difference between this and directly calling (eww-browse-url "...")?


        Stefan




reply via email to

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