emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/w32.c
Date: Mon, 12 Sep 2005 06:27:02 -0400

Index: emacs/src/w32.c
diff -c emacs/src/w32.c:1.96 emacs/src/w32.c:1.97
*** emacs/src/w32.c:1.96        Sun Aug  7 12:33:18 2005
--- emacs/src/w32.c     Mon Sep 12 10:27:02 2005
***************
*** 3894,3900 ****
          Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
          char *init_file_name = SDATA (init_file);
          char *load_path = SDATA (load_path_print);
!         char *buffer = alloca (1024);
  
          sprintf (buffer,
                   "The Emacs Windows initialization file \"%s.el\" "
--- 3894,3902 ----
          Lisp_Object load_path_print = Fprin1_to_string (full_load_path, Qnil);
          char *init_file_name = SDATA (init_file);
          char *load_path = SDATA (load_path_print);
!         char *buffer = alloca (1024
!                                + strlen (init_file_name)
!                                + strlen (load_path));
  
          sprintf (buffer,
                   "The Emacs Windows initialization file \"%s.el\" "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]