diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-09-16 12:52:16 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-09-16 12:52:16 +0000 |
commit | 79a65b7fbef75e64c9b0ac911d44d258d6bc0f14 (patch) | |
tree | 36036c5efbb945ce820e880a62aadf5ed305fbb0 /src/frame.c | |
parent | d2d2ddaf52944302615f87b7a88ce06979656c04 (diff) | |
download | emacs-79a65b7fbef75e64c9b0ac911d44d258d6bc0f14.tar.gz |
(Fdelete_frame): Correct local variable pointing to
selected frame after selecting new frame.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index a9ddc8e40dc..ae7a15c426e 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1197,6 +1197,7 @@ but if the second optional argument FORCE is non-nil, you may do so.") } do_switch_frame (frame1, Qnil, 0); + sf = SELECTED_FRAME (); } /* Don't allow minibuf_window to remain on a deleted frame. */ |