changeset 38590:7c2e49c3cf0a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 27 Jul 2001 15:29:54 +0000
parents f5d08cdf180b
children 374015c2d9ea
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Jul 27 15:29:35 2001 +0000
+++ b/etc/NEWS	Fri Jul 27 15:29:54 2001 +0000
@@ -1150,8 +1150,8 @@
 the list is longer or deeper than that, an ellipsis `...'  is
 printed).
 
-<RET> or <mouse-2> on the printed text replace the abbreviated printed
-representation with an unabbreviated one.
+<RET> or <mouse-2> on the printed text toggles between an abbreviated
+printed representation and an unabbreviated one.
 
 The default value of eval-expression-debug-on-error is t, so any error
 during evaluation produces a backtrace.
--- a/lisp/ChangeLog	Fri Jul 27 15:29:35 2001 +0000
+++ b/lisp/ChangeLog	Fri Jul 27 15:29:54 2001 +0000
@@ -1,5 +1,10 @@
 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
 
+	* emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
+	(last-sexp-toggle-display): Renamed from last-sexp-print.
+	(last-sexp-toggle-display, eval-last-sexp-1): Use
+	last-sexp-setup-props.
+
 	* mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): 
 	New user-options.
 	(mouse-wheel-change-button): New function.
--- a/src/ChangeLog	Fri Jul 27 15:29:35 2001 +0000
+++ b/src/ChangeLog	Fri Jul 27 15:29:54 2001 +0000
@@ -9,7 +9,7 @@
 	deal with the first overlay string having an image `display'
 	property.
 	(try_window_reusing_current_matrix, compute_line_metrics): Fix
-	compuation of row's visible height for the case that part of the
+	computation of row's visible height for the case that part of the
 	row is invisible above and part of the row is at the same time
 	invisible below the window.