Skip to content
Snippets Groups Projects
Commit e035fdab authored by ram's avatar ram
Browse files

Replaced occurrences of "^L" with real control-L's.

parent 88c294b3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.1 1992/11/04 19:56:48 phg Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.2 1992/12/16 12:32:10 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
(in-package 'lisp) (in-package 'lisp)
^L
;;;; Exported specials. ;;;; Exported specials.
(defvar *modules* () (defvar *modules* ()
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
(gethash name *module-file-translations*)) (gethash name *module-file-translations*))
^L
;;;; Provide and Require. ;;;; Provide and Require.
(defun provide (module-name) (defun provide (module-name)
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
(load ele))))) (load ele)))))
^L
;;;; Misc. ;;;; Misc.
(defun module-name-string (name) (defun module-name-string (name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment