projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da91c9
)
(mime-view-read-situation-examples-file): Display warning.
author
tomo
<tomo>
Thu, 28 Dec 2000 05:21:46 +0000
(
05:21
+0000)
committer
tomo
<tomo>
Thu, 28 Dec 2000 05:21:46 +0000
(
05:21
+0000)
[cf. <emacs-mime-ja:680>]
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
26593bb
..
a5f2ba6
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-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))