/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.354 by rms, Thu Dec 23 00:16:36 2004 UTC revision 1.355 by tamm, Mon Dec 27 17:27:30 2004 UTC
# Line 1306  main (argc, argv Line 1306  main (argc, argv
1306           creates a full-fledge output_mac type frame.  This does not           creates a full-fledge output_mac type frame.  This does not
1307           work correctly before syms_of_textprop, syms_of_macfns,           work correctly before syms_of_textprop, syms_of_macfns,
1308           syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search,           syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search,
1309           syms_of_frame, mac_initialize, and init_keyboard have already           syms_of_frame, mac_term_init, and init_keyboard have already
1310           been called.  */           been called.  */
1311        syms_of_textprop ();        syms_of_textprop ();
1312        syms_of_macfns ();        syms_of_macfns ();
# Line 1318  main (argc, argv Line 1318  main (argc, argv
1318        syms_of_search ();        syms_of_search ();
1319        syms_of_frame ();        syms_of_frame ();
1320    
1321        mac_initialize ();        mac_term_init (build_string ("Mac"), NULL, NULL);
1322        init_keyboard ();        init_keyboard ();
1323  #endif  #endif
1324    

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26