diff --git a/src/hello/hello.loader b/src/hello/hello.(dump) similarity index 97% rename from src/hello/hello.loader rename to src/hello/hello.(dump) index aca2918b..526806ab 100644 --- a/src/hello/hello.loader +++ b/src/hello/hello.(dump) @@ -2,7 +2,7 @@ (comment) ;Magic allocation comment. -;; This is the load and dump script for HELLO LISP. Pass the HELLO LOADER +;; This is the load and dump script for HELLO LISP. Pass the HELLO (DUMP) ;; file name on the LISP command line. (progn diff --git a/src/hello/hello.lisp b/src/hello/hello.lisp index b3f91126..6cc1a84d 100644 --- a/src/hello/hello.lisp +++ b/src/hello/hello.lisp @@ -1,7 +1,7 @@ ;;; -*- lisp -*- ;; Hello world example for Maclisp. When this is compiled to HELLO -;; FASL, the file HELLO LOADER will dump out an executable program. +;; FASL, the file HELLO (DUMP) will dump out an executable program. (defun hello () (princ "Hello Maclisp!") (terpri)