home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993, 1994 Marc Parmet.
- * This file is part of the Macintosh port of GNU Emacs.
- *
- * GNU Emacs is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- /* The default search path for Lisp function "load".
- This sets load-path. */
-
- #define PATH_LOADSEARCH "~emacs/lisp"
-
- /* the extra search path for programs to invoke.
- This is appended to whatever the PATH environment variable says
- to set the Lisp variable exec-path and the first file name in it
- sets the Lisp variable exec-directory. */
-
- #define PATH_EXEC "~emacs/etc"
-