changeset 2885:cb1709f302e9

(x_set_menu_bar_lines): Fix typo in last change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 May 1993 03:51:26 +0000
parents e52ea063421a
children ad36d1481295
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)