summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/disptab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/disptab.h b/src/disptab.h
index 206e3c78c70..649b58cf310 100644
--- a/src/disptab.h
+++ b/src/disptab.h
@@ -28,8 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DISP_BORDER_GLYPH(dp) ((dp)->contents[261])
#define DISP_CHAR_VECTOR(dp, c) ((dp)->contents[c])
+/* Defined in window.c. */
extern struct Lisp_Vector *window_display_table ();
+/* Defined in indent.c. */
+extern struct Lisp_Vector *buffer_display_table ();
+
/* Display table to use for vectors that don't specify their own. */
extern Lisp_Object Vstandard_display_table;