diff options
author | cjl <empty> | 1990-04-10 21:05:14 +0000 |
---|---|---|
committer | cjl <empty> | 1990-04-10 21:05:14 +0000 |
commit | 9c184d2cab2094ecf2486057276af7d4bec96ee1 (patch) | |
tree | e7af70b316188c2ddc5a4d3b38c89188283f77b4 | |
parent | 2222549e43df35b9a09bfd29dc492b2666dcbee0 (diff) |
don't use case-sensitive mode with CLOSR4_1
-rw-r--r-- | xc/unsupported/lib/CLX/exclMakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xc/unsupported/lib/CLX/exclMakefile b/xc/unsupported/lib/CLX/exclMakefile index 7eceb536a..567023432 100644 --- a/xc/unsupported/lib/CLX/exclMakefile +++ b/xc/unsupported/lib/CLX/exclMakefile @@ -84,7 +84,6 @@ compile-CLX: $(C_OBJS) compile-closified-CLX: $(C_OBJS) $(ECHO) " \ - (set-case-mode :case-sensitive-lower) \ (proclaim '(optimize (speed $(SPEED)) (safety $(SAFETY)))) \ (setq excl::*print-nickname* t) \ (unless (or (find-package 'clos) (find-package 'pcl)) \ |