home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / demacs-5.arj / DEFAULT.EL < prev    next >
Lisp/Scheme  |  1991-11-28  |  250b  |  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.