Comment out buffer auto-save disabling that doesn't work anyway
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 30 Oct 1992 00:33:08 +0000 (00:33 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 30 Oct 1992 00:33:08 +0000 (00:33 +0000)
because we (CPH and Arthur) don't know how to fix it.

v7/src/edwin/unix.scm

index b179841f3dca222fa1f70224a0c6708e7cd5e68c..3b8f2da8cdac9573ff92af5e8aea804d39f157a4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: unix.scm,v 1.27 1992/09/23 23:05:15 jinx Exp $
+;;;    $Id: unix.scm,v 1.28 1992/10/30 00:33:08 arthur Exp $
 ;;;
 ;;;    Copyright (c) 1989-1992 Massachusetts Institute of Technology
 ;;;
@@ -457,11 +457,15 @@ filename suffix \".KY\"."
                (message "krypt: Checksum error!")
                x))
      mark)
+    ;; CPH says that this doesn't work because mode initialization
+    ;; zaps the buffer's variables afterwards:
+#|
     ;; Disable auto-save here since we don't want to
     ;; auto-save the unencrypted contents of the 
     ;; encrypted file.
     (define-variable-local-value! (mark-buffer mark)
       (name->variable 'auto-save-default) #f)
+|#
     ))
 
 (define (maybe-write-encrypted-file region pathname visit?)