*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 09:54:21 +0000 (09:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 09:54:21 +0000 (09:54 +0000)
lisp/ChangeLog
src/ChangeLog

index b2c6a88..6a79bc7 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
+       is a buffer, put a text property `printed-value' on the printed
+       representation, with the Lisp object printed as value.
+
 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
index 3a1e10f..c08e41b 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (resize_mini_window): Give up when inhibit-redisplay
+       is non-nil, instead of when redisplaying_p is non-zero.  See
+       comment there.
+       (mark_window_display_accurate_1): Add an assertion.
+
 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
 
        * dispextern.h (struct it): Increase size of ctl_chars to 16.