Mercurial > emacs
comparison src/buffer.c @ 39748:42b7a798ff79
Include keymap.h.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 10 Oct 2001 16:05:21 +0000 |
parents | 6d9fa06012a6 |
children | efbac46c874c |
comparison
equal
deleted
inserted
replaced
39747:38acb74fef5f | 39748:42b7a798ff79 |
---|---|
47 #include "charset.h" | 47 #include "charset.h" |
48 #include "region-cache.h" | 48 #include "region-cache.h" |
49 #include "indent.h" | 49 #include "indent.h" |
50 #include "blockinput.h" | 50 #include "blockinput.h" |
51 #include "keyboard.h" | 51 #include "keyboard.h" |
52 #include "keymap.h" | |
52 #include "frame.h" | 53 #include "frame.h" |
53 | 54 |
54 struct buffer *current_buffer; /* the current buffer */ | 55 struct buffer *current_buffer; /* the current buffer */ |
55 | 56 |
56 /* First buffer in chain of all buffers (in reverse order of creation). | 57 /* First buffer in chain of all buffers (in reverse order of creation). |