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:
parent
ef6ce14cc0
commit
d14ceb1592
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue