Variable: allout-auto-save-temporarily-disabled

allout-auto-save-temporarily-disabled is a variable defined in allout.el.gz.

Value

nil

Documentation

Non-nil while topic encryption is pending and auto-saving was active.

The value of buffer-saved-size at the time of decryption is used, for restoring when all encryptions are established.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
(defvar allout-auto-save-temporarily-disabled nil
  "Non-nil while topic encryption is pending and auto-saving was active.

The value of `buffer-saved-size' at the time of decryption is used,
for restoring when all encryptions are established.")