1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-04-19 22:45:31 +00:00
parent e10b9e3264
commit 6142fdcb58
3 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
2000-03-19 Dave Love <fx@gnu.org>
2000-04-19 Dave Love <fx@gnu.org>
* etags.c (Texinfo_functions): New function.
(lang_names): Install it.

View File

@ -1,3 +1,8 @@
2000-04-19 Dave Love <fx@gnu.org>
* emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
(cl-mapc): Rename from mapc. Fix the funcall.
2000-04-19 Gerd Moellmann <gerd@gnu.org>
* simple.el (clone-indirect-buffer-other-window): New command.

View File

@ -1,3 +1,7 @@
2000-04-19 Dave Love <fx@gnu.org>
* fns.c (syms_of_fns): Defsubr mapc.
2000-04-19 Stefan Monnier <monnier@cs.yale.edu>
* regex.c (re_match_2_internal): Don't shorten the strings anymore,