Mercurial > emacs
changeset 11346:c174158fff45
Don't include keyboard.h.
(read_minibuf): Call single_kboard_state
to switch to the single-kboard state.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 07:23:00 +0000 |
parents | c4adea8f7543 |
children | 5c1f15a662e5 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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