Mercurial > hg > xemacs-beta
comparison src/window.c @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
5771 /************************************************************************/ | 5771 /************************************************************************/ |
5772 | 5772 |
5773 void | 5773 void |
5774 syms_of_window (void) | 5774 syms_of_window (void) |
5775 { | 5775 { |
5776 INIT_LRECORD_IMPLEMENTATION (window); | |
5777 INIT_LRECORD_IMPLEMENTATION (window_configuration); | |
5778 | |
5776 defsymbol (&Qwindowp, "windowp"); | 5779 defsymbol (&Qwindowp, "windowp"); |
5777 defsymbol (&Qwindow_live_p, "window-live-p"); | 5780 defsymbol (&Qwindow_live_p, "window-live-p"); |
5778 defsymbol (&Qwindow_configurationp, "window-configuration-p"); | 5781 defsymbol (&Qwindow_configurationp, "window-configuration-p"); |
5779 defsymbol (&Qtemp_buffer_show_hook, "temp-buffer-show-hook"); | 5782 defsymbol (&Qtemp_buffer_show_hook, "temp-buffer-show-hook"); |
5780 defsymbol (&Qdisplay_buffer, "display-buffer"); | 5783 defsymbol (&Qdisplay_buffer, "display-buffer"); |