X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-edit.el;h=a8a38ff22f433bdad257e2dd0c1d7b3898b763a6;hb=8e4068193901d56ce10722f6da62a700402cf5e6;hp=3eb5b086d9989d56c6c1bc600c31a9afc86ff08b;hpb=3e067088ec5b15a936f697be93a229519fdf1332;p=elisp%2Fsemi.git diff --git a/mime-edit.el b/mime-edit.el index 3eb5b08..a8a38ff 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -646,11 +646,8 @@ If it is not specified for a major-mode, " (" (mime-product-code-name mime-library-product) ") " - (condition-case nil - (progn - (require 'apel-ver) - (concat (apel-version) " ")) - (error nil)) + (if (fboundp 'apel-version) + (concat (apel-version) " ")) (if (featurep 'xemacs) (concat (cond ((featurep 'utf-2000) (concat "UTF-2000-MULE/" utf-2000-version))