all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* browse-url broken on master
@ 2020-05-07  9:30 Andy Moreton
  2020-05-07 12:15 ` Tassilo Horn
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Moreton @ 2020-05-07  9:30 UTC (permalink / raw)
  To: emacs-devel

Hi,

A recent change to `browse-url' has resulted in:

(defun browse-url (url &rest args)
 ...
    (if (functionp nil)
        (apply function url args)
      (error "No suitable browser for URL %s" url))))

This is obviously broken.

    AndyM




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-07 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07  9:30 browse-url broken on master Andy Moreton
2020-05-07 12:15 ` Tassilo Horn
2020-05-07 15:15   ` Andy Moreton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.