changeset 12982:385a67ad96c3

(save_excursion_save): Pass the new arg to Fcopy_marker.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Sep 1995 02:02:17 +0000
parents 7a540e9cb21a
children ed39ba26313b
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Fri Sep 01 02:01:29 1995 +0000
+++ b/src/editfns.c	Fri Sep 01 02:02:17 1995 +0000
@@ -251,7 +251,7 @@
 			  == current_buffer);
 
   return Fcons (Fpoint_marker (),
-		Fcons (Fcopy_marker (current_buffer->mark),
+		Fcons (Fcopy_marker (current_buffer->mark, Qnil),
 		       Fcons (visible ? Qt : Qnil,
 			      current_buffer->mark_active)));		       
 }