Variable: source-directory

source-directory is a variable defined in lread.c.

Value

"/workspace/src/"

Documentation

Directory in which Emacs sources were found when Emacs was built.

You cannot count on them to still be there!

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_LISP ("source-directory", Vsource_directory,
	       doc: /* Directory in which Emacs sources were found when Emacs was built.
You cannot count on them to still be there!  */);