aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJoakim Verona2012-04-26 11:52:04 +0200
committerJoakim Verona2012-04-26 11:52:04 +0200
commitab5b626f97ea7d71a98a06d8cc777fa925a1f716 (patch)
tree7961d0e6b583290e1480771cd0fabd00f4ea7f86 /src/window.c
parent2ec5843f029c7d55234dbe51d993003b2b3939ec (diff)
parentab036cd7bdd7b087047d241ffb5607d14942179e (diff)
downloademacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.tar.gz
emacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.zip
upstream partial out of memory
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 484cc825fb8..710e496fe88 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5950,6 +5950,8 @@ save_window_save (Lisp_Object window, struct Lisp_Vector *vector, int i)
5950 } 5950 }
5951 else 5951 else
5952 p->pointm = Fcopy_marker (w->pointm, Qnil); 5952 p->pointm = Fcopy_marker (w->pointm, Qnil);
5953 XMARKER (p->pointm)->insertion_type
5954 = !NILP (Vwindow_point_insertion_type);
5953 5955
5954 p->start = Fcopy_marker (w->start, Qnil); 5956 p->start = Fcopy_marker (w->start, Qnil);
5955 p->start_at_line_beg = w->start_at_line_beg; 5957 p->start_at_line_beg = w->start_at_line_beg;