# HG changeset patch # User Richard M. Stallman # Date 737783486 0 # Node ID cb1709f302e9fbb90f085149f2080fb1c18e9d4d # Parent e52ea063421a7906294794b677948aac045b1a79 (x_set_menu_bar_lines): Fix typo in last change. diff -r e52ea063421a -r cb1709f302e9 src/xfns.c --- a/src/xfns.c Wed May 19 03:27:53 1993 +0000 +++ b/src/xfns.c Wed May 19 03:51:26 1993 +0000 @@ -899,7 +899,7 @@ most of the commands try to apply themselves to the minibuffer frame itslef, and get an error because you can't switch buffers in or split the minibuffer window. */ - if (FRAME_MINBUF_ONLY_P (f)) + if (FRAME_MINIBUF_ONLY_P (f)) return; if (XTYPE (value) == Lisp_Int)