--- bitmap-mule-8.5+0.20030825.0433.orig/bitmap-ci.el
+++ bitmap-mule-8.5+0.20030825.0433/bitmap-ci.el
@@ -50,7 +50,8 @@
"BITMAP" "BITMAP.8x16" "8x16 bitmap elements"])
;; `define-charset' won't call `update-coding-systems-internal'
;; if the released version of Emacs 21.1 is running.
- (update-coding-systems-internal))
+ (if (fboundp 'update-coding-systems-internal)
+ (update-coding-systems-internal)))
(let ((alterable (and (charsetp bitmap-alterable-charset)
(eq 2 (charset-dimension bitmap-alterable-charset))
(eq 1 (charset-width bitmap-alterable-charset)))))