Mercurial > emacs
diff src/category.c @ 39748:42b7a798ff79
Include keymap.h.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 10 Oct 2001 16:05:21 +0000 |
| parents | 725ad15f859d |
| children | 6b389fb978bc |
line wrap: on
line diff
--- a/src/category.c Wed Oct 10 14:39:23 2001 +0000 +++ b/src/category.c Wed Oct 10 16:05:21 2001 +0000 @@ -29,6 +29,7 @@ #include "buffer.h" #include "charset.h" #include "category.h" +#include "keymap.h" /* The version number of the latest category table. Each category table has a unique version number. It is assigned a new number
