From df0d9b13cf3f65c89abc1ed47c5e731b8619ba1e Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 19:24:35 +0000 Subject: [PATCH] Call `close-char-data-source'. --- lisp/utf-2000/close-cdb.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 1.7.10.4