From 765712a7012ea230e5056a46a5312c41603f955c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Nov 1999 10:46:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ lispref/windows.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51f5a1344a3..12b0f725547 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-11-10 Gerd Moellmann + + * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as + to-address. + 1999-11-08 Markus Rost * wid-edit.el (widget-button-click): Wrap with save-excursion diff --git a/lispref/windows.texi b/lispref/windows.texi index 2127de0c910..b8ba56bfff7 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -1306,6 +1306,9 @@ window. If the value is a positive integer @var{n}, then redisplay scrolls the window up to @var{n} lines in either direction, if that will bring point back into view. Otherwise, it centers point. The default value is zero. + +A value of @code{nil} is equivalent to .5, since it centers point. This +variable automatically becomes buffer-local when set in any fashion. @end defopt @defopt scroll-up-aggressively -- 2.39.5