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:
67e1c3c
)
Avoid warning message of byte-compiler.
author
morioka
<morioka>
Sun, 17 May 1998 10:09:03 +0000
(10:09 +0000)
committer
morioka
<morioka>
Sun, 17 May 1998 10:09:03 +0000
(10:09 +0000)
mime-setup.el
patch
|
blob
|
history
diff --git
a/mime-setup.el
b/mime-setup.el
index
cee4616
..
dae2871
100644
(file)
--- a/
mime-setup.el
+++ b/
mime-setup.el
@@
-26,12
+26,12
@@
(load "mail-mime-setup")
-(condition-case err
+(condition-case nil
(load "gnus-mime-setup")
(error (message "gnus-mime-setup is not found."))
)
-(condition-case err
+(condition-case nil
(load "emh-setup")
(error (message "emh-setup is not found."))
)