]> git.eshelyaron.com Git - emacs.git/commitdiff
(allout-write-file-hook-handler): Revert previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 05:17:08 +0000 (05:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 05:17:08 +0000 (05:17 +0000)
lisp/allout.el

index c0175032bd86af3206a9efa84b2826a78dfc23c4..8878c56735fb730fbd2435ac3bf2440e273b86f7 100644 (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)