aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-19 03:51:26 +0000
committerRichard M. Stallman1993-05-19 03:51:26 +0000
commit519066d2e0f3b0966a50091fa0377f4f06b07a94 (patch)
tree92620a4b7161dfad81ecdfecae605106b6e3590a /src
parent3c5c35c53da03fee0fb4a0c97782e7e81000b238 (diff)
downloademacs-519066d2e0f3b0966a50091fa0377f4f06b07a94.tar.gz
emacs-519066d2e0f3b0966a50091fa0377f4f06b07a94.zip
(x_set_menu_bar_lines): Fix typo in last change.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 3e272cae31f..0aa98ed41a1 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -899,7 +899,7 @@ x_set_menu_bar_lines (f, value, oldval)
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)