From: Glenn Morris Date: Fri, 7 Dec 2007 05:17:08 +0000 (+0000) Subject: (allout-write-file-hook-handler): Revert previous change. X-Git-Tag: emacs-pretest-23.0.90~9027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d14ceb1592fadef9b381f92eaefa05935d543700;p=emacs.git (allout-write-file-hook-handler): Revert previous change. --- 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)