Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 3094:ad2f4ae9895b
[xemacs-hg @ 2005-11-26 11:45:47 by stephent]
Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 26 Nov 2005 11:46:25 +0000 |
parents | 414a64af46c9 |
children | d674024a8674 |
comparison
equal
deleted
inserted
replaced
3093:769dc945b085 | 3094:ad2f4ae9895b |
---|---|
158 void syms_of_number (void); | 158 void syms_of_number (void); |
159 void syms_of_objects (void); | 159 void syms_of_objects (void); |
160 void syms_of_objects_mswindows (void); | 160 void syms_of_objects_mswindows (void); |
161 void syms_of_objects_tty (void); | 161 void syms_of_objects_tty (void); |
162 void syms_of_objects_x (void); | 162 void syms_of_objects_x (void); |
163 void syms_of_xft_fonts (void); | |
163 EXTERN_C void syms_of_postgresql (void); | 164 EXTERN_C void syms_of_postgresql (void); |
164 void syms_of_print (void); | 165 void syms_of_print (void); |
165 void syms_of_process (void); | 166 void syms_of_process (void); |
166 void syms_of_process_nt (void); | 167 void syms_of_process_nt (void); |
167 void syms_of_profile (void); | 168 void syms_of_profile (void); |
395 void vars_of_mule_wnn (void); | 396 void vars_of_mule_wnn (void); |
396 void reinit_vars_of_mule_wnn (void); | 397 void reinit_vars_of_mule_wnn (void); |
397 void vars_of_nt (void); | 398 void vars_of_nt (void); |
398 void vars_of_number (void); | 399 void vars_of_number (void); |
399 void vars_of_objects (void); | 400 void vars_of_objects (void); |
401 void vars_of_xft_fonts (void); | |
402 void reinit_vars_of_xft_fonts (void); | |
400 void reinit_vars_of_objects (void); | 403 void reinit_vars_of_objects (void); |
401 void vars_of_objects_tty (void); | 404 void vars_of_objects_tty (void); |
402 void vars_of_objects_mswindows (void); | 405 void vars_of_objects_mswindows (void); |
403 void reinit_vars_of_object_mswindows (void); | 406 void reinit_vars_of_object_mswindows (void); |
404 void vars_of_objects_x (void); | 407 void vars_of_objects_x (void); |
479 void reinit_complex_vars_of_console_runtime_only (void); | 482 void reinit_complex_vars_of_console_runtime_only (void); |
480 void complex_vars_of_emacs (void); | 483 void complex_vars_of_emacs (void); |
481 void complex_vars_of_minibuf (void); | 484 void complex_vars_of_minibuf (void); |
482 void reinit_complex_vars_of_minibuf (void); | 485 void reinit_complex_vars_of_minibuf (void); |
483 void complex_vars_of_keymap (void); | 486 void complex_vars_of_keymap (void); |
487 void complex_vars_of_xft_fonts (void); | |
484 | 488 |
485 /* Late initialization -- stuff pertaining only to interactive usage, | 489 /* Late initialization -- stuff pertaining only to interactive usage, |
486 I/O, or Lisp reading. (Dump-time and run-time, but the code itself | 490 I/O, or Lisp reading. (Dump-time and run-time, but the code itself |
487 may conditionalize on this by checking the `initialized' variable.) */ | 491 may conditionalize on this by checking the `initialized' variable.) */ |
488 | 492 |