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

Diff of /emacs/src/w32.c

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

revision 1.96 by ttn, Sun Aug 7 12:33:18 2005 UTC revision 1.97 by kfstorm, Mon Sep 12 10:27:02 2005 UTC
# Line 3894  check_windows_init_file () Line 3894  check_windows_init_file ()
3894            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);            Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
3895            char *init_file_name = SDATA (init_file);            char *init_file_name = SDATA (init_file);
3896            char *load_path = SDATA (load_path_print);            char *load_path = SDATA (load_path_print);
3897            char *buffer = alloca (1024);            char *buffer = alloca (1024
3898                                     + strlen (init_file_name)
3899                                     + strlen (load_path));
3900    
3901            sprintf (buffer,            sprintf (buffer,
3902                     "The Emacs Windows initialization file \"%s.el\" "                     "The Emacs Windows initialization file \"%s.el\" "

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

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