Call `close-char-data-source'.
authortomo <tomo>
Sun, 17 Aug 2003 19:24:35 +0000 (19:24 +0000)
committertomo <tomo>
Sun, 17 Aug 2003 19:24:35 +0000 (19:24 +0000)
lisp/utf-2000/close-cdb.el

index 8d42524..c065bd8 100644 (file)
@@ -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 <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; 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)