home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR070A.ZIP / CADET.LSP < prev    next >
Text File  |  1991-03-10  |  891b  |  18 lines

  1. ;CADET Version 3.0 Installation begins.
  2. ;CADET note: Remove the semicolon below to disable CADET's memory management.
  3. ;(SETQ CADETM T)
  4. ;CADET note: Remove the semicolon below to force sort by LLH text coordinates.
  5. ;(SETQ CADETS T)
  6. ;CADET note: You may rename CC, CE, CI or CN below, but not the C?30 functions.
  7. (defun C:CC () (C:CC30))
  8. (defun C:CE () (C:CE30))
  9. (defun C:CI () (C:CI30))
  10. (defun c:CN () (C:CN30))
  11. ;CADET note: Do not rename the C?30 functions below.
  12. (defun C:CC30 () (prompt "\nLoading...") (load"CC30") (prompt "ed.") (C:CC30))
  13. (defun C:CE30 () (prompt "\nLoading...") (load"CE30") (prompt "ed.") (C:CE30))
  14. (defun C:CI30 () (prompt "\nLoading...") (load"CI30") (prompt "ed.") (C:CI30))
  15. (defun C:CN30 () (prompt "\nLoading...") (load"CN30") (prompt "ed.") (C:CN30))
  16. (SETQ CADETD (getenv "CADET"))
  17. ;CADET Version 3.0 Installation ends.
  18.