# HG changeset patch # User Chong Yidong # Date 1217972630 0 # Node ID 6525c75243ea4df217de86b805f5d3134cc6dc68 # Parent c27a65f2849e97ae349afd2bc7a3085cf4ca10cb * fileio.c (Vauto_save_list_file_name): Move here from file.el. (auto_save_1): Update modtime when auto-save-list-file-name is on. diff -r c27a65f2849e -r 6525c75243ea src/ChangeLog --- a/src/ChangeLog Tue Aug 05 20:59:57 2008 +0000 +++ b/src/ChangeLog Tue Aug 05 21:43:50 2008 +0000 @@ -1,3 +1,8 @@ +2008-08-05 Chong Yidong + + * fileio.c (Vauto_save_list_file_name): Move here from file.el. + (auto_save_1): Update modtime when auto-save-list-file-name is on. + 2008-08-03 Andreas Schwab * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.