home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / msdos / demacs / lisp / default.el < prev    next >
Encoding:
Text File  |  1991-11-27  |  250 b   |  6 lines

  1. ;;; On MS-DOS file system, we can't control version of backup file.
  2. (setq version-control 'never)
  3.  
  4. ;;; exec-directory may change by specifing EMACSEXECPATH environment variable.
  5. (setq Info-directory (expand-file-name "../info/" exec-directory))
  6.