# HG changeset patch # User Richard M. Stallman # Date 797498580 0 # Node ID c174158fff45f6691e882fba68a679085d519b08 # Parent c4adea8f75435525f9dfd867aeecf6cfb7469c95 Don't include keyboard.h. (read_minibuf): Call single_kboard_state to switch to the single-kboard state. diff -r c4adea8f7543 -r c174158fff45 src/minibuf.c --- a/src/minibuf.c Mon Apr 10 07:22:15 1995 +0000 +++ b/src/minibuf.c Mon Apr 10 07:23:00 1995 +0000 @@ -26,7 +26,6 @@ #include "frame.h" #include "window.h" #include "syntax.h" -#include "keyboard.h" #define min(a, b) ((a) < (b) ? (a) : (b)) @@ -134,9 +133,7 @@ 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