aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 731a0f99121..06d6d5995bd 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */
45#include "buffer.h" 45#include "buffer.h"
46#include "puresize.h" 46#include "puresize.h"
47#include "keyboard.h" 47#include "keyboard.h"
48#include "keymap.h"
48 49
49/* Test for membership, allowing for t (actually any non-cons) to mean the 50/* Test for membership, allowing for t (actually any non-cons) to mean the
50 universal set. */ 51 universal set. */