* dir.c: Show backups by default.

This commit is contained in:
Pavel Roskin 2002-01-17 05:42:00 +00:00
parent 7d88c34470
commit ff7208e93b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-17 Pavel Roskin <proski@gnu.org>
* dir.c: Show backups by default.
2002-01-15 Andrew V. Samoilov <kai@cmail.ru> 2002-01-15 Andrew V. Samoilov <kai@cmail.ru>
* file.c (copy_dir_dir): Check the destination is a directory * file.c (copy_dir_dir): Check the destination is a directory

View File

@ -36,7 +36,7 @@
int show_dot_files = 1; int show_dot_files = 1;
/* If true show files ending in ~ */ /* If true show files ending in ~ */
int show_backups = 0; int show_backups = 1;
/* If false then directories are shown separately from files */ /* If false then directories are shown separately from files */
int mix_all_files = 0; int mix_all_files = 0;