(mime-view-read-situation-examples-file): Display warning.
authortomo <tomo>
Thu, 28 Dec 2000 05:21:46 +0000 (05:21 +0000)
committertomo <tomo>
Thu, 28 Dec 2000 05:21:46 +0000 (05:21 +0000)
[cf. <emacs-mime-ja:680>]

mime-view.el

index 26593bb..a5f2ba6 100644 (file)
@@ -385,9 +385,9 @@ mother-buffer."
               ;;   (symbol-value 'file-coding-system))
               ;;  (t nil))
              )
-       (condition-case nil
+       (condition-case error
            (eval-buffer)
-         (error nil))
+         (error (message "%s is broken: %s" file (cdr error))))
        ;; format check
        (condition-case nil
            (let ((i 0))