Don't disable compressed and encrypted files. Info needs compressed
authorChris Hanson <org/chris-hanson/cph>
Tue, 20 Jan 1998 02:35:36 +0000 (02:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 20 Jan 1998 02:35:36 +0000 (02:35 +0000)
files to do its job properly.

v7/src/6001/edextra.scm

index cb8dfea2699520dfd2ac3416f2647626cb1cee25..0124e81b543097719c138892760e386b0bf5fd2f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edextra.scm,v 1.24 1998/01/03 18:12:52 cph Exp $
+$Id: edextra.scm,v 1.25 1998/01/20 02:35:36 cph Exp $
 
 Copyright (c) 1992-98 Massachusetts Institute of Technology
 
@@ -400,13 +400,6 @@ option the file from the problem set will not be installed.
 (set-variable! repl-error-decision true)
 (set-variable! version-control true)
 (set-variable! trim-versions-without-asking true)
-(let ((variable-bound?
-       (lambda (name)
-        (string-table-get editor-variables (symbol->string name)))))
-  (if (variable-bound? 'enable-compressed-files)
-      (set-variable! enable-compressed-files false))
-  (if (variable-bound? 'enable-encrypted-files)
-      (set-variable! enable-encrypted-files false)))
 
 (if (eq? 'UNIX microcode-id/operating-system)
     (set-variable!