changeset 26394:d56f32ebe093

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Nov 1999 10:46:58 +0000
parents d11cb5096a6c
children 8a8fba067d7a
files lisp/ChangeLog lispref/windows.texi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 10 10:46:01 1999 +0000
+++ b/lisp/ChangeLog	Wed Nov 10 10:46:58 1999 +0000
@@ -1,3 +1,8 @@
+1999-11-10  Gerd Moellmann  <gerd@gnu.org>
+
+	* mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
+	to-address.
+
 1999-11-08  Markus Rost  <rost@ias.edu>
 
 	* wid-edit.el (widget-button-click): Wrap with save-excursion 
--- a/lispref/windows.texi	Wed Nov 10 10:46:01 1999 +0000
+++ b/lispref/windows.texi	Wed Nov 10 10:46:58 1999 +0000
@@ -1306,6 +1306,9 @@
 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