aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert2012-04-13 21:37:44 -0700
committerPaul Eggert2012-04-13 21:37:44 -0700
commitbdf35b6a6a78e444563a8e321ccb42b4b4a419bd (patch)
treee96324ace186c7acc92182a255c3aa7ff315b82f /src/window.c
parent1530927cb9a3dca7c0f41975f2e9e62ef8be92a2 (diff)
parentd5e6342ed5e408014019c478ce16a47a2aad418b (diff)
downloademacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.tar.gz
emacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.zip
Merge from trunk.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index af7968f9edf..1f27cba444b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5945,6 +5945,8 @@ save_window_save (Lisp_Object window, struct Lisp_Vector *vector, int i)
5945 } 5945 }
5946 else 5946 else
5947 p->pointm = Fcopy_marker (w->pointm, Qnil); 5947 p->pointm = Fcopy_marker (w->pointm, Qnil);
5948 XMARKER (p->pointm)->insertion_type
5949 = !NILP (Vwindow_point_insertion_type);
5948 5950
5949 p->start = Fcopy_marker (w->start, Qnil); 5951 p->start = Fcopy_marker (w->start, Qnil);
5950 p->start_at_line_beg = w->start_at_line_beg; 5952 p->start_at_line_beg = w->start_at_line_beg;