Variable: desktop-missing-file-warning

desktop-missing-file-warning is a customizable variable defined in desktop.el.gz.

Value

nil

Documentation

If non-nil, offer to recreate the buffer of a deleted file.

Also pause for a moment to display message about errors signaled in desktop-buffer-mode-handlers.

If nil, just print error messages in the message buffer.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/desktop.el.gz
  :version "23.2")                      ; user-emacs-directory added

(defcustom desktop-missing-file-warning nil
  "If non-nil, offer to recreate the buffer of a deleted file.
Also pause for a moment to display message about errors signaled in
`desktop-buffer-mode-handlers'.

If nil, just print error messages in the message buffer."
  :type 'boolean
  :version "22.1")