/[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.328.4.3 by handa, Fri Apr 16 12:50:46 2004 UTC revision 1.328.4.4 by miles, Mon Jun 28 07:29:20 2004 UTC
# Line 104  EMACS_INT gdb_data_seg_bits = DATA_SEG_B Line 104  EMACS_INT gdb_data_seg_bits = DATA_SEG_B
104  EMACS_INT gdb_data_seg_bits = 0;  EMACS_INT gdb_data_seg_bits = 0;
105  #endif  #endif
106  EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;  EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
107    EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG;
108    
109  /* Command line args from shell, as list of strings.  */  /* Command line args from shell, as list of strings.  */
110  Lisp_Object Vcommand_line_args;  Lisp_Object Vcommand_line_args;
# Line 205  extern Lisp_Object Vwindow_system; Line 206  extern Lisp_Object Vwindow_system;
206    
207  extern Lisp_Object Vauto_save_list_file_name;  extern Lisp_Object Vauto_save_list_file_name;
208    
209    extern Lisp_Object Vinhibit_redisplay;
210    
211  #ifdef USG_SHARED_LIBRARIES  #ifdef USG_SHARED_LIBRARIES
212  /* If nonzero, this is the place to put the end of the writable segment  /* If nonzero, this is the place to put the end of the writable segment
213     at startup.  */     at startup.  */
# Line 847  main (argc, argv Line 850  main (argc, argv
850        else        else
851          {          {
852            printf ("GNU Emacs %s\n", SDATA (tem));            printf ("GNU Emacs %s\n", SDATA (tem));
853            printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");            printf ("Copyright (C) 2004 Free Software Foundation, Inc.\n");
854            printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");            printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
855            printf ("You may redistribute copies of Emacs\n");            printf ("You may redistribute copies of Emacs\n");
856            printf ("under the terms of the GNU General Public License.\n");            printf ("under the terms of the GNU General Public License.\n");
# Line 894  main (argc, argv Line 897  main (argc, argv
897    /* If -map specified, map the data file in.  */    /* If -map specified, map the data file in.  */
898    {    {
899      char *file;      char *file;
900      if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args))      if (argmatch (argv, argc, "-map", "--map-data", 3, &file, &skip_args))
901        mapin_data (file);        mapin_data (file);
902    }    }
903    
# Line 2016  shut_down_emacs (sig, no_x, stuff) Line 2019  shut_down_emacs (sig, no_x, stuff)
2019    /* Prevent running of hooks from now on.  */    /* Prevent running of hooks from now on.  */
2020    Vrun_hooks = Qnil;    Vrun_hooks = Qnil;
2021    
2022      /* Don't update display from now on.  */
2023      Vinhibit_redisplay = Qt;
2024    
2025    /* If we are controlling the terminal, reset terminal modes.  */    /* If we are controlling the terminal, reset terminal modes.  */
2026  #ifdef EMACS_HAVE_TTY_PGRP  #ifdef EMACS_HAVE_TTY_PGRP
2027    {    {

Legend:
Removed from v.1.328.4.3  
changed lines
  Added in v.1.328.4.4

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