From: Chong Yidong Date: Tue, 5 Aug 2008 22:45:39 +0000 (+0000) Subject: * xdisp.c (redisplay_window): Don't enforce scroll-margin when X-Git-Tag: emacs-pretest-23.0.90~3630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=012fd6f4d062bc43d93c25ff440fe23ba074ebe0;p=emacs.git * xdisp.c (redisplay_window): Don't enforce scroll-margin when forcing a window start. --- diff --git a/src/ChangeLog b/src/ChangeLog index df45ba6d5e6..8f2916860c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2008-08-05 Chong Yidong + * xdisp.c (redisplay_window): Don't enforce scroll-margin when + forcing a window start. + * 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.