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: Tue, 07 May 2002 00:50:09 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.186 emacs/src/callproc.c:1.187
*** emacs/src/callproc.c:1.186  Mon Apr 29 21:00:24 2002
--- emacs/src/callproc.c        Fri May  3 16:40:58 2002
***************
*** 105,111 ****
  
  Lisp_Object Vexec_path, Vexec_directory, Vexec_suffixes;
  Lisp_Object Vdata_directory, Vdoc_directory;
! Lisp_Object Vconfigure_info_directory, Vgame_score_directory;
  Lisp_Object Vtemp_file_name_pattern;
  
  Lisp_Object Vshell_file_name;
--- 105,111 ----
  
  Lisp_Object Vexec_path, Vexec_directory, Vexec_suffixes;
  Lisp_Object Vdata_directory, Vdoc_directory;
! Lisp_Object Vconfigure_info_directory, Vshared_game_score_directory;
  Lisp_Object Vtemp_file_name_pattern;
  
  Lisp_Object Vshell_file_name;
***************
*** 1626,1638 ****
  includes this.  */);
    Vconfigure_info_directory = build_string (PATH_INFO);
  
!   DEFVAR_LISP ("game-score-directory", &Vgame_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 HAVE_SHARED_GAME_DIR
!   Vgame_score_directory = build_string(HAVE_SHARED_GAME_DIR);
  #else
!   Vgame_score_directory = build_string("~/.emacs.d/games");
  #endif
  
    DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern,
--- 1626,1638 ----
  includes this.  */);
    Vconfigure_info_directory = build_string (PATH_INFO);
  
!   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 HAVE_SHARED_GAME_DIR
!   Vshared_game_score_directory = build_string(HAVE_SHARED_GAME_DIR);
  #else
!   Vshared_game_score_directory = Qnil;
  #endif
  
    DEFVAR_LISP ("temp-file-name-pattern", &Vtemp_file_name_pattern,



reply via email to

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