From: morioka Date: Sun, 20 Dec 1998 11:25:20 +0000 (+0000) Subject: Avoid error when cyrillic.el is not found. X-Git-Tag: apel-199812221900~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f013bb911962559fc4492950fd4f6ee5879650e8;p=elisp%2Fapel.git Avoid error when cyrillic.el is not found. --- diff --git a/mcs-om.el b/mcs-om.el index 433262d..820ee9e 100644 --- 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*)