From c9a95b79021a0637eff7f5e4d8afd06a8aa73a0c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 21 Oct 2001 15:34:22 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 656dd728c60..0f3427996e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-10-22 Miles Bader + + * help-funs.el (help-manyarg-func-alist): Variable removed. + 2001-10-21 Miles Bader * help-funs.el (help-manyarg-func-alist): Remove entries for diff --git a/src/ChangeLog b/src/ChangeLog index 62523d480d3..11b474eb0e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2001-10-22 Miles Bader + + * doc.c (Vhelp_manyarg_func_alist): Variable removed. + (Fdocumentation): Don't use it. + (syms_of_doc): Don't initialize it. + + * keyboard.c (Ftrack_mouse): Add usage: string to doc string. + * print.c (Fwith_output_to_temp_buffer): Likewise. + * window.c (Fsave_window_excursion): Likewise. + * editfns.c (Fsave_excursion, Fsave_current_buffer) + (Fsave_restriction): Likewise. + * eval.c (Frun_hooks, Frun_hook_with_args) + (Frun_hook_with_args_until_failure) + (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif) + (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun) + (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch) + (Funwind_protect, Fcondition_case): Likewise. + * coding.c (Ffind_operation_coding_system): Likewise. + * keyboard.c (Ftrack_mouse): Likewise. + 2001-10-21 Miles Bader * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply) -- 2.39.5