From e035fdabf355471bcdb9ddf80bf990c8387c7d08 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 16 Dec 1992 12:32:10 +0000
Subject: [PATCH] Replaced occurrences of "^L" with real control-L's.

---
 code/module.lisp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/code/module.lisp b/code/module.lisp
index 5cace1cb0..52fd1e86c 100644
--- a/code/module.lisp
+++ b/code/module.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (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 @@
 (in-package 'lisp)
 
 
-^L
+
 ;;;; Exported specials.
 
 (defvar *modules* ()
@@ -55,7 +55,7 @@
   (gethash name *module-file-translations*))
 
 
-^L
+
 ;;;; Provide and Require.
 
 (defun provide (module-name)
@@ -88,7 +88,7 @@
         (load ele)))))
 
 
-^L
+
 ;;;; Misc.
 
 (defun module-name-string (name)
-- 
GitLab