home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / vmspaths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-28  |  695 b   |  18 lines

  1. /* Synched up with: Not synched with FSF. */
  2.  
  3. /* the default search path for Lisp function "load" */
  4. #define PATH_LOADSEARCH "EMACS_LIBRARY:[LISP]"
  5.  
  6. /* the extra search path for programs to invoke.
  7.   This is appended to whatever the PATH environment variable says. */
  8. #define PATH_EXEC "EMACS_LIBRARY:[ETC]"
  9.  
  10. /* the name of the directory that contains lock files
  11.   with which we record what files are being modified in Emacs.
  12.   This directory should be writable by everyone.  */
  13. #define PATH_LOCK "EMACS_LIBRARY:[LOCK]"
  14.  
  15. /* the name of the file !!!SuperLock!!! in the directory
  16.   specified by PATH_LOCK.  Yes, this is redundant.  */
  17. #define PATH_SUPERLOCK "EMACS_LIBRARY:[LOCK]$$$SUPERLOCK$$$."
  18.