Mercurial > emacs
changeset 87160:1c8ae140143d
(allout-write-file-hook-handler): Revert previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 07 Dec 2007 05:17:08 +0000 |
parents | bcf59f3d73d7 |
children | 5fe2474b99aa |
files | lisp/allout.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/allout.el Fri Dec 07 04:47:19 2007 +0000 +++ b/lisp/allout.el Fri Dec 07 05:17:08 2007 +0000 @@ -1501,7 +1501,7 @@ (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)