From: tomo Date: Wed, 30 Jan 2002 18:50:35 +0000 (+0000) Subject: (Fmap_database): Renamed from `Fmapdatabase'. X-Git-Tag: r21-2-44-lazy-3~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=164cf0840335356b690567228f8930d904885528;p=chise%2Fxemacs-chise.git.1 (Fmap_database): Renamed from `Fmapdatabase'. (syms_of_database): Likewise. --- diff --git a/src/database.c b/src/database.c index 79dd595..21cf7bc 100644 --- a/src/database.c +++ b/src/database.c @@ -769,7 +769,7 @@ If there is no corresponding value, return DEFAULT (defaults to nil). } } -DEFUN ("map-database", Fmapdatabase, 2, 2, 0, /* +DEFUN ("map-database", Fmap_database, 2, 2, 0, /* Map FUNCTION over entries in DATABASE, calling it with two args, each key and value in the database. */ @@ -804,7 +804,7 @@ syms_of_database (void) DEFSUBR (Fopen_database); DEFSUBR (Fdatabasep); - DEFSUBR (Fmapdatabase); + DEFSUBR (Fmap_database); DEFSUBR (Fput_database); DEFSUBR (Fget_database); DEFSUBR (Fremove_database);