From: Eli Zaretskii Date: Mon, 13 Oct 1997 16:57:32 +0000 (+0000) Subject: (set_menu_bar_lines): Make the function external instead X-Git-Tag: emacs-20.3~3035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e48f782ce41d744e80486b9356222d02ab4e0380;p=emacs.git (set_menu_bar_lines): Make the function external instead of static (MS-DOS needs to call it). --- diff --git a/src/frame.c b/src/frame.c index 128a6fef409..3b6d5496287 100644 --- a/src/frame.c +++ b/src/frame.c @@ -167,7 +167,7 @@ set_menu_bar_lines_1 (window, n) } } -static void +void set_menu_bar_lines (f, value, oldval) struct frame *f; Lisp_Object value, oldval;