diff options
| author | Jim Blandy | 1992-09-29 04:54:28 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-29 04:54:28 +0000 |
| commit | a080486e57ba53ae98ea061603219d97b6cc75c7 (patch) | |
| tree | b3172e4e51562f8659255ed116982d6d3e34a8bc /src/buffer.c | |
| parent | b271272a9a8a0ace7d4784ad03196d451aebc010 (diff) | |
| download | emacs-a080486e57ba53ae98ea061603219d97b6cc75c7.tar.gz emacs-a080486e57ba53ae98ea061603219d97b6cc75c7.zip | |
* 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.") | |||
| 931 | } | 931 | } |
| 932 | 932 | ||
| 933 | /* Remove it from the screen. */ | 933 | /* Remove it from the screen. */ |
| 934 | if (EQ (buf, XWINDOW (selected_frame)->buffer)) | 934 | if (EQ (buf, XWINDOW (selected_window)->buffer)) |
| 935 | Fswitch_to_buffer (Fother_buffer (buf), Qnil); | 935 | Fswitch_to_buffer (Fother_buffer (buf), Qnil); |
| 936 | 936 | ||
| 937 | /* Move it to the end of the buffer list. */ | 937 | /* Move it to the end of the buffer list. */ |