aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-08-05 21:43:50 +0000
committerChong Yidong2008-08-05 21:43:50 +0000
commitc0a4fe8c0840910790f20b8eaed47c1730122623 (patch)
treeda13c855ef26083f059807b83d812c284603fe1c /src
parentc5b9f22cd58d1bf242dc62ec0e52f44cef4d03a5 (diff)
downloademacs-c0a4fe8c0840910790f20b8eaed47c1730122623.tar.gz
emacs-c0a4fe8c0840910790f20b8eaed47c1730122623.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 385c9414a13..1325e914178 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-08-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
4 (auto_save_1): Update modtime when auto-save-list-file-name is on.
5
12008-08-03 Andreas Schwab <schwab@suse.de> 62008-08-03 Andreas Schwab <schwab@suse.de>
2 7
3 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define. 8 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.