Mercurial > emacs
comparison src/intervals.c @ 8897:69cdecdaebf7
Add #include "keyboard.h"
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 19 Sep 1994 00:12:39 +0000 |
parents | 4feb7830ba01 |
children | 21517199cfae |
comparison
equal
deleted
inserted
replaced
8896:2d697a9302a7 | 8897:69cdecdaebf7 |
---|---|
41 #include <config.h> | 41 #include <config.h> |
42 #include "lisp.h" | 42 #include "lisp.h" |
43 #include "intervals.h" | 43 #include "intervals.h" |
44 #include "buffer.h" | 44 #include "buffer.h" |
45 #include "puresize.h" | 45 #include "puresize.h" |
46 #include "keyboard.h" | |
46 | 47 |
47 /* The rest of the file is within this conditional. */ | 48 /* The rest of the file is within this conditional. */ |
48 #ifdef USE_TEXT_PROPERTIES | 49 #ifdef USE_TEXT_PROPERTIES |
49 | 50 |
50 /* Test for membership, allowing for t (actually any non-cons) to mean the | 51 /* Test for membership, allowing for t (actually any non-cons) to mean the |