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:
1be6f1c
)
Avoid error even if `w3' is not found.
author
tomo
<tomo>
Thu, 7 Dec 2000 05:53:26 +0000
(
05:53
+0000)
committer
tomo
<tomo>
Thu, 7 Dec 2000 05:53:26 +0000
(
05:53
+0000)
mime-w3.el
patch
|
blob
|
history
diff --git
a/mime-w3.el
b/mime-w3.el
index
ff2aecc
..
9ba2dcb
100644
(file)
--- a/
mime-w3.el
+++ b/
mime-w3.el
@@
-24,7
+24,9
@@
;;; Code:
-(require 'w3)
+(condition-case nil
+ (require 'w3)
+ (error nil))
(require 'mime)
(defmacro mime-put-keymap-region (start end keymap)