
(setq load-path (cons "/afs/andrew.cmu.edu/scs/cs/mlworks/solaris/lib/emacs/lisp" load-path))

(autoload 'mlworks-server "mlworks-server" "The MLWorks server" t)
(autoload 'sml-mode "sml-mode" "Major mode for editing Standard ML programs." t)

(setq auto-mode-alist (cons '("\\.sml$" . sml-mode) auto-mode-alist))

