From: Richard M. Stallman Date: Mon, 10 Apr 1995 07:23:00 +0000 (+0000) Subject: Don't include keyboard.h. X-Git-Tag: emacs-19.34~4512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08f7d623f2c79c7152843f6ec47507e31b41d168;p=emacs.git Don't include keyboard.h. (read_minibuf): Call single_kboard_state to switch to the single-kboard state. --- 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