Skip to content

prot-dired.el (prot-dired-file-association): Use non-local exit

Utkarsh Singh requested to merge (removed):master into master

Hi Prot,

In prot-dired-file-association you are:

  1. Generating a list of valid programs.
  2. Reversing the list.
  3. Returning the first element of the list.

But you can:

  1. Return IF any of (programs + "xdg-open") is valid.

Merge request reports