changeset 13220:2e9014617492

(Qdisplay_table): New variable. (syms_of_display): Initialize it.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Oct 1995 05:54:16 +0000
parents 99b5164a319d
children 994440ef957f
files src/dispnew.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sat Oct 14 05:53:31 1995 +0000
+++ b/src/dispnew.c	Sat Oct 14 05:54:16 1995 +0000
@@ -122,6 +122,8 @@
    positive means at end of text in echo area;
    negative means at beginning of line.  */
 int cursor_in_echo_area;
+
+Lisp_Object Qdisplay_table;
 
 /* The currently selected frame.
    In a single-frame version, this variable always holds the address of
@@ -2562,6 +2564,9 @@
   frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda);
   staticpro (&frame_and_buffer_state);
 
+  Qdisplay_table = intern ("display-table");
+  staticpro (&Qdisplay_table);
+
   DEFVAR_INT ("baud-rate", &baud_rate,
     "*The output baud rate of the terminal.\n\
 On most systems, changing this value will affect the amount of padding\n\