comparison src/xfns.c @ 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 9a78169e44df
children f9956cdb0d1d
comparison
equal deleted inserted replaced
2884:e52ea063421a 2885:cb1709f302e9
897 897
898 /* Right now, menu bars don't work properly in minibuf-only frames; 898 /* Right now, menu bars don't work properly in minibuf-only frames;
899 most of the commands try to apply themselves to the minibuffer 899 most of the commands try to apply themselves to the minibuffer
900 frame itslef, and get an error because you can't switch buffers 900 frame itslef, and get an error because you can't switch buffers
901 in or split the minibuffer window. */ 901 in or split the minibuffer window. */
902 if (FRAME_MINBUF_ONLY_P (f)) 902 if (FRAME_MINIBUF_ONLY_P (f))
903 return; 903 return;
904 904
905 if (XTYPE (value) == Lisp_Int) 905 if (XTYPE (value) == Lisp_Int)
906 nlines = XINT (value); 906 nlines = XINT (value);
907 else 907 else