Variable: allout-after-save-decrypt
allout-after-save-decrypt is a buffer-local variable defined in
allout.el.gz.
Documentation
Internal variable, is nil or has the value of two points:
- the location of a topic to be decrypted after saving is done
- where to situate the cursor after the decryption is performed
This is used to decrypt the topic that was currently being edited, if it was encrypted automatically as part of a file write or autosave.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-after-save-decrypt
(defvar-local allout-after-save-decrypt nil
"Internal variable, is nil or has the value of two points:
- the location of a topic to be decrypted after saving is done
- where to situate the cursor after the decryption is performed
This is used to decrypt the topic that was currently being edited, if it
was encrypted automatically as part of a file write or autosave.")