From: Dave Love Date: Wed, 19 Apr 2000 22:45:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6142fdcb584a9ead0a7c8e241e0420717a53fcb2;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4b90e42f366..0258c09f0ee 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,4 +1,4 @@ -2000-03-19 Dave Love +2000-04-19 Dave Love * etags.c (Texinfo_functions): New function. (lang_names): Install it. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7480a71d350..6337e6f78ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-04-19 Dave Love + + * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. + (cl-mapc): Rename from mapc. Fix the funcall. + 2000-04-19 Gerd Moellmann * simple.el (clone-indirect-buffer-other-window): New command. diff --git a/src/ChangeLog b/src/ChangeLog index b466b0c62a5..300a1c65a1d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-04-19 Dave Love + + * fns.c (syms_of_fns): Defsubr mapc. + 2000-04-19 Stefan Monnier * regex.c (re_match_2_internal): Don't shorten the strings anymore,