Variable: rcs2log-program-name
rcs2log-program-name is a variable defined in callproc.c.
Value
"rcs2log"
Documentation
Name of the rcs2log program distributed with Emacs.
Use this instead of calling rcs2log directly, as rcs2log
may have been renamed to comply with executable naming restrictions on
the system.
Probably introduced at or before Emacs version 30.1.
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("rcs2log-program-name", Vrcs2log_program_name,
doc: /* Name of the `rcs2log' program distributed with Emacs.
Use this instead of calling `rcs2log' directly, as `rcs2log'
may have been renamed to comply with executable naming restrictions on
the system. */);