From: tomo Date: Mon, 2 Aug 2004 01:49:16 +0000 (+0000) Subject: Check `save-charset-properties' is defined before calling X-Git-Tag: r21-4-15-chise-0_21-31^2~136 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=91f506a84bbc95439fa08c5eded4d0d25ad481f4;p=chise%2Fxemacs-chise.git.1 Check `save-charset-properties' is defined before calling `save-charset-properties'. --- diff --git a/lisp/utf-2000/update-cdb.el b/lisp/utf-2000/update-cdb.el index d184912..8ee1852 100644 --- a/lisp/utf-2000/update-cdb.el +++ b/lisp/utf-2000/update-cdb.el @@ -73,7 +73,8 @@ (save-char-attribute-table attribute)) (dolist (ccs (charset-list)) - (save-charset-properties ccs) + (and (fboundp 'save-charset-properties) + (save-charset-properties ccs)) (save-charset-mapping-table ccs)) (with-temp-buffer