1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(allout-write-file-hook-handler): Revert previous change.

This commit is contained in:
Glenn Morris 2007-12-07 05:17:08 +00:00
parent ef6ce14cc0
commit d14ceb1592

View file

@ -1501,7 +1501,7 @@ See `allout-encryption-ciphertext-rejection-regexps' for rejection reasons.")
(condition-case failure
(setq allout-after-save-decrypt
(allout-encrypt-decrypted except-mark))
(error "%s" (progn
(error (progn
(message
"allout-write-file-hook-handler suppressing error %s"
failure)