From 08f7d623f2c79c7152843f6ec47507e31b41d168 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 07:23:00 +0000 Subject: [PATCH] Don't include keyboard.h. (read_minibuf): Call single_kboard_state to switch to the single-kboard state. --- src/minibuf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/minibuf.c b/src/minibuf.c index e8f97a2df2a..84b73c302c6 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -26,7 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "frame.h" #include "window.h" #include "syntax.h" -#include "keyboard.h" #define min(a, b) ((a) < (b) ? (a) : (b)) @@ -134,9 +133,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) Lisp_Object mini_frame; struct gcpro gcpro1, gcpro2, gcpro3; -#ifdef MULTI_KBOARD - kboard_locked = 1; -#endif + single_kboard_state (); val = Qnil; /* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we -- 2.39.5