From d14ceb1592fadef9b381f92eaefa05935d543700 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 7 Dec 2007 05:17:08 +0000 Subject: [PATCH] (allout-write-file-hook-handler): Revert previous change. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/allout.el b/lisp/allout.el index c0175032bd8..8878c56735f 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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) -- 2.39.2