home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / mac-emacs-src / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  729 b   |  22 lines  |  [TEXT/EMAC]

  1. /*
  2.  * Copyright (C) 1993, 1994 Marc Parmet.
  3.  * This file is part of the Macintosh port of GNU Emacs.
  4.  *
  5.  * GNU Emacs is distributed in the hope that it will be useful,
  6.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  8.  * GNU General Public License for more details.
  9.  */
  10.  
  11. /* The default search path for Lisp function "load".
  12.    This sets load-path.  */
  13.  
  14. #define PATH_LOADSEARCH "~emacs/lisp"
  15.  
  16. /* the extra search path for programs to invoke.
  17.  This is appended to whatever the PATH environment variable says
  18.  to set the Lisp variable exec-path and the first file name in it
  19.  sets the Lisp variable exec-directory.  */
  20.  
  21. #define PATH_EXEC "~emacs/etc"
  22.