Variable: load-file-name

load-file-name is a variable defined in lread.c.

Value

"/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.2/site-lisp/elisp-doc-main.elc"

Documentation

Full name of file being loaded by load.

In case of native code being loaded this is indicating the corresponding bytecode filename. Use load-true-file-name to obtain the .eln filename.

View in manual

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_LISP ("load-file-name", Vload_file_name,
	       doc: /* Full name of file being loaded by `load'.

In case of native code being loaded this is indicating the
corresponding bytecode filename.  Use `load-true-file-name' to obtain
the .eln filename.  */);