(frame_vector_add_frame): Don't forget to store
the longer vector.
This commit is contained in:
parent
f3f59e8644
commit
8a44285875
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ frame_vector_add_frame (f)
|
|||
bcopy (XVECTOR (frame_vector)->contents,
|
||||
XVECTOR (new)->contents, sizeof (Lisp_Object) * length);
|
||||
|
||||
frame_vector = new;
|
||||
XVECTOR (frame_vector)->contents[length] = frame;
|
||||
return length;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue