From: tomo Date: Tue, 5 Feb 2002 07:14:44 +0000 (+0000) Subject: New file. X-Git-Tag: r21-2-44-lazy-s1~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=869c1b4f22c50b1848e27132877a63cd74614fdf;p=chise%2Fxemacs-chise.git.1 New file. --- diff --git a/lisp/utf-2000/make-cdbs.el b/lisp/utf-2000/make-cdbs.el new file mode 100644 index 0000000..d2cff22 --- /dev/null +++ b/lisp/utf-2000/make-cdbs.el @@ -0,0 +1,4 @@ +(dolist (attribute (char-attribute-list)) + (save-char-attribute-table attribute)) + +(garbage-collect)