diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-09-29 04:54:28 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-09-29 04:54:28 +0000 |
| commit | a080486e57ba53ae98ea061603219d97b6cc75c7 (patch) | |
| tree | b3172e4e51562f8659255ed116982d6d3e34a8bc /src/buffer.c | |
| parent | b271272a9a8a0ace7d4784ad03196d451aebc010 (diff) | |
* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
HP/UX, not just under USG systems.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 80d4ece06a1..1d363738342 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -931,7 +931,7 @@ If BUFFER is omitted, the current buffer is buried.") } /* Remove it from the screen. */ - if (EQ (buf, XWINDOW (selected_frame)->buffer)) + if (EQ (buf, XWINDOW (selected_window)->buffer)) Fswitch_to_buffer (Fother_buffer (buf), Qnil); /* Move it to the end of the buffer list. */ |
