From 8cc757f1afd06e87ba271edb5d4bd0b9bc55d5fd Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Tue, 15 Jan 2002 02:55:15 +0000
Subject: [PATCH] Don't make the document date the day latex was run because
 that makes it look like the document changes all the time!

---
 docs/cmu-user/cmu-user.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/cmu-user/cmu-user.tex b/docs/cmu-user/cmu-user.tex
index d24faa35c..c45631043 100644
--- a/docs/cmu-user/cmu-user.tex
+++ b/docs/cmu-user/cmu-user.tex
@@ -49,7 +49,9 @@ language implementation, programming environment}
 
 \begin{document}
 
-\date{\bigskip \today \\
+\date{\bigskip % \today %% Don't usually want that!
+  January 13, 2002
+  \\
   \vspace{0.5in} \textbf{Abstract} \medskip
   \begin{quote}
   CMUCL is a free, high-performance implementation of the Common Lisp
-- 
GitLab