comparison src/window.c @ 3645:8fad20cc5408

* window.c (Fprevious_window): Typo.
author Jim Blandy <jimb@redhat.com>
date Fri, 11 Jun 1993 11:18:37 +0000
parents 0576930165ed
children 01941fa99c91
comparison
equal deleted inserted replaced
3644:9e251319cdc8 3645:8fad20cc5408
976 met. */ 976 met. */
977 tem = prev_frame (tem, all_frames); 977 tem = prev_frame (tem, all_frames);
978 #endif 978 #endif
979 /* If this frame has a minibuffer, find that window first, 979 /* If this frame has a minibuffer, find that window first,
980 because it is conceptually the last window in that frame. */ 980 because it is conceptually the last window in that frame. */
981 tem = FRAME_MINIBUFFER_WINDOW (XFRAME (tem)); 981 tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
982 if (NILP (tem)) 982 if (NILP (tem))
983 tem = FRAME_ROOT_WINDOW (XFRAME (tem)); 983 tem = FRAME_ROOT_WINDOW (XFRAME (tem));
984 984
985 break; 985 break;
986 } 986 }