From: tomo Date: Mon, 17 Feb 2003 16:33:59 +0000 (+0000) Subject: (char-db-dump): Renamed from `char-db-dump-files'. X-Git-Tag: chise-base-0_23~57 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bc5f429109c2492796e82c56bb26d8e2c4d065d5;p=chise%2Ftomoyo-tools.git (char-db-dump): Renamed from `char-db-dump-files'. --- diff --git a/char-db-dump.el b/char-db-dump.el index 8b99e76..f8ca125 100644 --- a/char-db-dump.el +++ b/char-db-dump.el @@ -138,7 +138,7 @@ ;;;###autoload -(defun char-db-dump-files (directory) +(defun char-db-dump (directory) (interactive "DDirectory to dump : ") (char-db-dump-ideographs directory) (char-db-dump-non-ideographs directory))