From 869c1b4f22c50b1848e27132877a63cd74614fdf Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 5 Feb 2002 07:14:44 +0000 Subject: [PATCH] New file. --- lisp/utf-2000/make-cdbs.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lisp/utf-2000/make-cdbs.el 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) -- 1.7.10.4