Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | 2fc0e2f18322 |
children | b3ce27ca7647 |
comparison
equal
deleted
inserted
replaced
4833:4dd2389173fc | 4834:b3ea9c582280 |
---|---|
462 (dump-time for complex_vars_, dump-time and post-pdump-load-time | 462 (dump-time for complex_vars_, dump-time and post-pdump-load-time |
463 for reinit_(), pdump-load-time-only for reinit_..._runtime_only()). | 463 for reinit_(), pdump-load-time-only for reinit_..._runtime_only()). |
464 #### The reinit_() functions should be called from emacs.c, not the | 464 #### The reinit_() functions should be called from emacs.c, not the |
465 corresponding complex_vars_of_(). */ | 465 corresponding complex_vars_of_(). */ |
466 | 466 |
467 void complex_vars_of_faces (void); | |
468 void complex_vars_of_mule_charset (void); | |
469 void complex_vars_of_file_coding (void); | |
470 void complex_vars_of_intl_win32 (void); | |
471 void complex_vars_of_glyphs (void); | |
472 void complex_vars_of_glyphs_x (void); | |
473 void complex_vars_of_glyphs_mswindows (void); | |
474 void complex_vars_of_alloc (void); | 467 void complex_vars_of_alloc (void); |
475 void complex_vars_of_menubar (void); | 468 void complex_vars_of_buffer (void); |
476 void complex_vars_of_scrollbar (void); | |
477 void complex_vars_of_frame (void); | |
478 void complex_vars_of_syntax (void); | |
479 void complex_vars_of_casetab (void); | 469 void complex_vars_of_casetab (void); |
480 void complex_vars_of_chartab (void); | 470 void complex_vars_of_chartab (void); |
481 void complex_vars_of_buffer (void); | 471 void complex_vars_of_console (void); |
472 void complex_vars_of_emacs (void); | |
473 void complex_vars_of_faces (void); | |
474 void complex_vars_of_file_coding (void); | |
475 void complex_vars_of_font_mgr (void); | |
476 void complex_vars_of_frame (void); | |
477 void complex_vars_of_glyphs (void); | |
478 void complex_vars_of_glyphs_mswindows (void); | |
479 void complex_vars_of_glyphs_x (void); | |
480 void complex_vars_of_intl_win32 (void); | |
481 void complex_vars_of_keymap (void); | |
482 void complex_vars_of_menubar (void); | |
483 void complex_vars_of_minibuf (void); | |
484 void complex_vars_of_mule_charset (void); | |
485 void complex_vars_of_scrollbar (void); | |
486 void complex_vars_of_syntax (void); | |
487 void complex_vars_of_unicode (void); | |
482 void reinit_complex_vars_of_buffer_runtime_only (void); | 488 void reinit_complex_vars_of_buffer_runtime_only (void); |
483 void complex_vars_of_console (void); | |
484 void reinit_complex_vars_of_console_runtime_only (void); | 489 void reinit_complex_vars_of_console_runtime_only (void); |
485 void complex_vars_of_emacs (void); | |
486 void complex_vars_of_minibuf (void); | |
487 void reinit_complex_vars_of_minibuf (void); | 490 void reinit_complex_vars_of_minibuf (void); |
488 void complex_vars_of_keymap (void); | |
489 void complex_vars_of_font_mgr (void); | |
490 | 491 |
491 /* Late initialization -- stuff pertaining only to interactive usage, | 492 /* Late initialization -- stuff pertaining only to interactive usage, |
492 I/O, or Lisp reading. (Dump-time and run-time, but the code itself | 493 I/O, or Lisp reading. (Dump-time and run-time, but the code itself |
493 may conditionalize on this by checking the `initialized' variable.) */ | 494 may conditionalize on this by checking the `initialized' variable.) */ |
494 | 495 |