summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-11 11:18:37 +0000
committerJim Blandy <jimb@redhat.com>1993-06-11 11:18:37 +0000
commit7ee2a204451ad5acff07e82d49e0c17ae76e9fd6 (patch)
tree44b6dfed6919d5a9e644d7e1a989730cdcad5260
parentd801ac097818c66c631ee870b9fbbc5263e0c2ef (diff)
downloademacs-7ee2a204451ad5acff07e82d49e0c17ae76e9fd6.tar.gz
* window.c (Fprevious_window): Typo.
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index c9391a7503e..96606a8aa6d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -978,7 +978,7 @@ windows, eventually ending up back at the window you started with.\n\
#endif
/* If this frame has a minibuffer, find that window first,
because it is conceptually the last window in that frame. */
- tem = FRAME_MINIBUFFER_WINDOW (XFRAME (tem));
+ tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
if (NILP (tem))
tem = FRAME_ROOT_WINDOW (XFRAME (tem));