Variable: force-load-messages

force-load-messages is a variable defined in lread.c.

Value

nil

Documentation

Non-nil means force printing messages when loading Lisp files.

This overrides the value of the NOMESSAGE argument to load.

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_BOOL ("force-load-messages", force_load_messages,
	       doc: /* Non-nil means force printing messages when loading Lisp files.
This overrides the value of the NOMESSAGE argument to `load'.  */);