Variable: exec-suffixes
exec-suffixes is a customizable variable defined in callproc.c.
Value
("")
Documentation
List of suffixes to try to find executable file names.
Each element is a string.
Probably introduced at or before Emacs version 22.1.
Aliases
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("exec-suffixes", Vexec_suffixes,
doc: /* List of suffixes to try to find executable file names.
Each element is a string. */);