Mercurial > emacs
comparison src/buffer.c @ 1253:7afcf7be0d30
* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
HP/UX, not just under USG systems.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 29 Sep 1992 04:54:28 +0000 |
parents | 86a17674c2a1 |
children | 1f6cfa3ea4cb |
comparison
equal
deleted
inserted
replaced
1252:86a17674c2a1 | 1253:7afcf7be0d30 |
---|---|
929 nsberror (buf); | 929 nsberror (buf); |
930 buf = buf1; | 930 buf = buf1; |
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. */ |
938 { | 938 { |
939 register Lisp_Object aelt, link; | 939 register Lisp_Object aelt, link; |