]> git.eshelyaron.com Git - emacs.git/commitdiff
(save_excursion_save): Pass the new arg to Fcopy_marker.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Sep 1995 02:02:17 +0000 (02:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Sep 1995 02:02:17 +0000 (02:02 +0000)
src/editfns.c

index e0593c69bdf1dfb69949ed09e2bcf96aaeb50e18..ee4993f057b7a5f51e0948b856667ac109a3d991 100644 (file)
@@ -251,7 +251,7 @@ save_excursion_save ()
                          == 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)));                  
 }