;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Module: VMS-ST.EL ;; Author: A. Grant ;; Creation Date: 19-Oct-1990 ;; Version: 1.00 ;; ;; This file loads VMS-PROCESS.EL and ST.EL. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Load in the GNU SmallTalk stuff ; (load "smalltalk_kernel:st") ; ; Load in the sub-process routines for vms ; (load "smalltalk_kernel:vms-process")