diff options
| author | Gerd Moellmann | 1999-09-16 12:52:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-16 12:52:16 +0000 |
| commit | 79a65b7fbef75e64c9b0ac911d44d258d6bc0f14 (patch) | |
| tree | 36036c5efbb945ce820e880a62aadf5ed305fbb0 /src | |
| parent | d2d2ddaf52944302615f87b7a88ce06979656c04 (diff) | |
| download | emacs-79a65b7fbef75e64c9b0ac911d44d258d6bc0f14.tar.gz emacs-79a65b7fbef75e64c9b0ac911d44d258d6bc0f14.zip | |
(Fdelete_frame): Correct local variable pointing to
selected frame after selecting new frame.
Diffstat (limited to 'src')
| -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.") | |||
| 1197 | } | 1197 | } |
| 1198 | 1198 | ||
| 1199 | do_switch_frame (frame1, Qnil, 0); | 1199 | do_switch_frame (frame1, Qnil, 0); |
| 1200 | sf = SELECTED_FRAME (); | ||
| 1200 | } | 1201 | } |
| 1201 | 1202 | ||
| 1202 | /* Don't allow minibuf_window to remain on a deleted frame. */ | 1203 | /* Don't allow minibuf_window to remain on a deleted frame. */ |