Closed f-fr closed 6 years ago
The function executable-find might return nil if program does not exist. In this case file-regular-p raises a nil error. We now check for nil explicitly.
executable-find
program
file-regular-p
nil
Thanks for noticing this and the pull request!
The function
executable-find
might return nil ifprogram
does not exist. In this casefile-regular-p
raises a nil error. We now check fornil
explicitly.