]> git.eshelyaron.com Git - emacs.git/commit
Allow dired to invoke secondary browser
authorRobert Pluim <rpluim@gmail.com>
Tue, 25 Apr 2023 10:28:47 +0000 (12:28 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 29 May 2023 12:46:30 +0000 (14:46 +0200)
commit08104c01504f73d1c2fa7df413cad4e988dd5119
tree31d7da74ffae9b1cfb93c5b45e817fb8943bfc74
parenta3063f0bc873707c167cf51f3eb9c0b1675819e6
Allow dired to invoke secondary browser

'browse-url-of-dired-file' always invokes the primary browser, but
sometimes it's handy to call a different browser, which is why
'browse-url-secondary-browser-function' exists.

* lisp/net/browse-url.el (browse-url-of-dired-file): Call
'browse-url-secondary-browser-function' when invoked with a prefix
argument.
* etc/NEWS: Announce the change.
etc/NEWS
lisp/net/browse-url.el