comparison src/minibuf.c @ 39697:0b986bb45526

Include keymap.h.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Oct 2001 11:39:52 +0000
parents 5f60884970a8
children 1001a9ecd4fc
comparison
equal deleted inserted replaced
39696:71c1cd438d8b 39697:0b986bb45526
30 #include "keyboard.h" 30 #include "keyboard.h"
31 #include "frame.h" 31 #include "frame.h"
32 #include "window.h" 32 #include "window.h"
33 #include "syntax.h" 33 #include "syntax.h"
34 #include "intervals.h" 34 #include "intervals.h"
35 #include "keymap.h"
35 36
36 extern int quit_char; 37 extern int quit_char;
37 38
38 /* List of buffers for use as minibuffers. 39 /* List of buffers for use as minibuffers.
39 The first element of the list is used for the outermost minibuffer 40 The first element of the list is used for the outermost minibuffer