diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index ba5287859a7..7243b511407 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -80,6 +80,7 @@ Lisp_Object Qx; | |||
| 80 | Lisp_Object Qwin32; | 80 | Lisp_Object Qwin32; |
| 81 | Lisp_Object Qvisible; | 81 | Lisp_Object Qvisible; |
| 82 | Lisp_Object Qbuffer_predicate; | 82 | Lisp_Object Qbuffer_predicate; |
| 83 | Lisp_Object Qtitle; | ||
| 83 | 84 | ||
| 84 | Lisp_Object Vterminal_frame; | 85 | Lisp_Object Vterminal_frame; |
| 85 | Lisp_Object Vdefault_frame_alist; | 86 | Lisp_Object Vdefault_frame_alist; |
| @@ -120,6 +121,8 @@ syms_of_frame_1 () | |||
| 120 | staticpro (&Qvisible); | 121 | staticpro (&Qvisible); |
| 121 | Qbuffer_predicate = intern ("buffer-predicate"); | 122 | Qbuffer_predicate = intern ("buffer-predicate"); |
| 122 | staticpro (&Qbuffer_predicate); | 123 | staticpro (&Qbuffer_predicate); |
| 124 | Qtitle = intern ("title"); | ||
| 125 | staticpro (&Qtitle); | ||
| 123 | 126 | ||
| 124 | Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook"); | 127 | Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook"); |
| 125 | staticpro (&Qmouse_leave_buffer_hook); | 128 | staticpro (&Qmouse_leave_buffer_hook); |