emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Wed, 31 Jul 2002 03:05:17 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.193 emacs/src/callproc.c:1.194
*** emacs/src/callproc.c:1.193  Sun Jul 21 16:29:02 2002
--- emacs/src/callproc.c        Mon Jul 22 16:05:37 2002
***************
*** 1581,1589 ****
--- 1581,1593 ----
      Vtemp_file_name_pattern = build_string ("/tmp/emacsXXXXXX");
  #endif
  
+ #ifdef DOS_NT
+   Vshared_game_score_directory = Qnil;
+ #else
    Vshared_game_score_directory = build_string (PATH_GAME);
    if (NILP (Ffile_directory_p (Vshared_game_score_directory)))
      Vshared_game_score_directory = Qnil;
+ #endif
  }
  
  void
***************
*** 1644,1650 ****
--- 1648,1658 ----
    DEFVAR_LISP ("shared-game-score-directory", &Vshared_game_score_directory,
               doc: /* Directory of score files for games which come with GNU 
Emacs.
  If this variable is nil, then Emacs is unable to use a shared directory.  */);
+ #ifdef DOS_NT
+   Vshared_game_score_directory = Qnil;
+ #else
    Vshared_game_score_directory = build_string (PATH_GAME);
+ #endif
  
    DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern,
               doc: /* Pattern for making names for temporary files.



reply via email to

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