diff src/editfns.c @ 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 2c0225a5aa91
children 2511f0ccd986
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)));		       
 }