aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/intervals.h b/src/intervals.h
index bd1f49dc383..b2260d002e6 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -1,5 +1,5 @@
1/* Definitions and global variables for intervals. 1/* Definitions and global variables for intervals.
2 Copyright (C) 1993-1994, 2000-2014 Free Software Foundation, Inc. 2 Copyright (C) 1993-1994, 2000-2015 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -271,21 +271,7 @@ extern INTERVAL interval_of (ptrdiff_t, Lisp_Object);
271/* Defined in xdisp.c. */ 271/* Defined in xdisp.c. */
272extern int invisible_p (Lisp_Object, Lisp_Object); 272extern int invisible_p (Lisp_Object, Lisp_Object);
273 273
274/* Declared in textprop.c. */ 274/* Defined in textprop.c. */
275
276/* Types of hooks. */
277extern Lisp_Object Qpoint_left;
278extern Lisp_Object Qpoint_entered;
279extern Lisp_Object Qmodification_hooks;
280extern Lisp_Object Qcategory;
281extern Lisp_Object Qlocal_map;
282
283/* Visual properties text (including strings) may have. */
284extern Lisp_Object Qinvisible, Qintangible;
285
286/* Sticky properties. */
287extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
288
289extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, 275extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object,
290 Lisp_Object, Lisp_Object, 276 Lisp_Object, Lisp_Object,
291 Lisp_Object, Lisp_Object); 277 Lisp_Object, Lisp_Object);