Variable: auto-save-list-file-name

auto-save-list-file-name is a variable defined in fileio.c.

Value

nil

Documentation

File name in which to write a list of all auto save file names.

This variable is initialized automatically from auto-save-list-file-prefix shortly after Emacs reads your init file, if you have not yet given it a non-nil value.

Probably introduced at or before Emacs version 19.31.

Source Code

// Defined in /usr/src/emacs/src/fileio.c
  DEFVAR_LISP ("auto-save-list-file-name", Vauto_save_list_file_name,
	       doc: /* File name in which to write a list of all auto save file names.
This variable is initialized automatically from `auto-save-list-file-prefix'
shortly after Emacs reads your init file, if you have not yet given it
a non-nil value.  */);