summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-14 05:54:16 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-14 05:54:16 +0000
commit0e0a8ad34279c0fd3419a9e393f100925774f592 (patch)
tree70199fbfb0da95c22fcddb34052024f5d7facfda
parentd1a952ff50ba7430b9121be19db49d963021c0d5 (diff)
downloademacs-0e0a8ad34279c0fd3419a9e393f100925774f592.tar.gz
(Qdisplay_table): New variable.
(syms_of_display): Initialize it.
-rw-r--r--src/dispnew.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index ae1798681ad..166d7b9fb37 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -122,6 +122,8 @@ Lisp_Object Vstandard_display_table;
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 @@ syms_of_display ()
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\