changeset 8035:e16ebbd6f14b

(Fmove_overlay): Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 23:55:12 +0000
parents 6094b85c40d1
children e242731ffc05
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu Jun 23 23:53:35 1994 +0000
+++ b/src/buffer.c	Thu Jun 23 23:55:12 1994 +0000
@@ -1857,11 +1857,11 @@
 	  o_beg = OVERLAY_POSITION (o_beg);
 	  o_end = OVERLAY_POSITION (o_end);
 
-	  redisplay_region (b, XINT (o_beg), XINT (o_end));
+	  redisplay_region (ob, XINT (o_beg), XINT (o_end));
 	}
 
       /* Redisplay where the overlay is going to be.  */
-      redisplay_region (ob, XINT (beg), XINT (end));
+      redisplay_region (b, XINT (beg), XINT (end));
 
       /* Don't limit redisplay to the selected window.  */
       windows_or_buffers_changed = 1;