]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 10 Nov 1999 10:46:58 +0000 (10:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 10 Nov 1999 10:46:58 +0000 (10:46 +0000)
lisp/ChangeLog
lispref/windows.texi

index 51f5a1344a32894f7e063ee8ad4ced2a3d486b74..12b0f72554755c9c8444a1278085a89198cb1b60 100644 (file)
@@ -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 
index 2127de0c9102e40f835bdcda8da94c93095105fe..b8ba56bfff788e76c40cd0cb407ddd2cb572910b 100644 (file)
@@ -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