* copying.awk, copying.c (show_copying_command,

show_warranty_command):  Rename from copying_info, warranty_info,
to match command function conventions.
This commit is contained in:
John Gilmore
1992-09-17 11:02:44 +00:00
parent d974236f80
commit cb1d36fc73

View File

@ -1,5 +1,9 @@
Thu Sep 17 03:49:59 1992 John Gilmore (gnu@cygnus.com)
* copying.awk, copying.c (show_copying_command,
show_warranty_command): Rename from copying_info, warranty_info,
to match command function conventions.
* utils.c (prompt_for_continue): Reinitialize more-counts
before printing anything, and again afterward. Fix comments.
(vfprintf_filtered): Eliminate static buffer; use auto buffer,