From: tomo Date: Sun, 17 Aug 2003 19:24:35 +0000 (+0000) Subject: Call `close-char-data-source'. X-Git-Tag: r21-4-12-chise-0_21-pre3-for-libchise-b1-r0_2_0-pre3~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=df0d9b13cf3f65c89abc1ed47c5e731b8619ba1e;p=chise%2Fxemacs-chise.git.1 Call `close-char-data-source'. --- diff --git a/lisp/utf-2000/close-cdb.el b/lisp/utf-2000/close-cdb.el index 8d42524..c065bd8 100644 --- a/lisp/utf-2000/close-cdb.el +++ b/lisp/utf-2000/close-cdb.el @@ -1,6 +1,6 @@ ;;; close-cdb.el --- Update and/or setup character attribute database -;; Copyright (C) 2002 MORIOKA Tomohiko. +;; Copyright (C) 2002,2003 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: Character, Database, UTF-2000, Unicode, UCS-4, MULE. @@ -29,6 +29,8 @@ (dolist (attribute (char-attribute-list)) (close-char-attribute-table attribute)) +(close-char-data-source) + (garbage-collect) (setq char-db-stingy-mode nil)