changeset 14217:673d1913844b

(syms_of_frame_1): Initialize Qtitle.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Jan 1996 08:38:16 +0000
parents 5970a52070bb
children 346d4cf758f5
files src/frame.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Thu Jan 18 08:37:41 1996 +0000
+++ b/src/frame.c	Thu Jan 18 08:38:16 1996 +0000
@@ -80,6 +80,7 @@
 Lisp_Object Qwin32;
 Lisp_Object Qvisible;
 Lisp_Object Qbuffer_predicate;
+Lisp_Object Qtitle;
 
 Lisp_Object Vterminal_frame;
 Lisp_Object Vdefault_frame_alist;
@@ -120,6 +121,8 @@
   staticpro (&Qvisible);
   Qbuffer_predicate = intern ("buffer-predicate");
   staticpro (&Qbuffer_predicate);
+  Qtitle = intern ("title");
+  staticpro (&Qtitle);
 
   Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook");
   staticpro (&Qmouse_leave_buffer_hook);