projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b1402
)
Avoid error when cyrillic.el is not found.
author
morioka
<morioka>
Sun, 20 Dec 1998 11:25:20 +0000
(11:25 +0000)
committer
morioka
<morioka>
Sun, 20 Dec 1998 11:25:20 +0000
(11:25 +0000)
mcs-om.el
patch
|
blob
|
history
diff --git
a/mcs-om.el
b/mcs-om.el
index
433262d
..
820ee9e
100644
(file)
--- a/
mcs-om.el
+++ b/
mcs-om.el
@@
-103,7
+103,9
@@
;;; @ to coding-system
;;;
-(require 'cyrillic)
+(condition-case nil
+ (require 'cyrillic)
+ (error nil))
(defvar mime-charset-coding-system-alist
'((iso-8859-1 . *ctext*)