# HG changeset patch # User Miles Bader # Date 1003678462 0 # Node ID dba35a09b7010d6b31703de219a9c7a8a578f84e # Parent 3dd955e01bcc723e61dea0e3a440537efdfe6445 *** empty log message *** diff -r 3dd955e01bcc -r dba35a09b701 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 21 15:28:44 2001 +0000 +++ b/lisp/ChangeLog Sun Oct 21 15:34:22 2001 +0000 @@ -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 -r 3dd955e01bcc -r dba35a09b701 src/ChangeLog --- a/src/ChangeLog Sun Oct 21 15:28:44 2001 +0000 +++ b/src/ChangeLog Sun Oct 21 15:34:22 2001 +0000 @@ -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)