From bc5f429109c2492796e82c56bb26d8e2c4d065d5 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 Feb 2003 16:33:59 +0000 Subject: [PATCH] (char-db-dump): Renamed from `char-db-dump-files'. --- char-db-dump.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4