#intermediate
authorChris Hanson <org/chris-hanson/cph>
Thu, 23 Mar 2000 22:35:30 +0000 (22:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 23 Mar 2000 22:35:30 +0000 (22:35 +0000)
v7/src/6001/edextra.scm

index e13a4fe96b3d197b8df6e44d364e3064ce3e348c..fb1d399559a7e9ea4065dc54d8c76da17e880a6a 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: edextra.scm,v 1.29 1999/09/11 03:26:06 cph Exp $
+$Id: edextra.scm,v 1.30 2000/03/23 22:35:30 cph Exp $
 
-Copyright (c) 1992-1999 Massachusetts Institute of Technology
+Copyright (c) 1992-2000 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -370,7 +370,7 @@ option the file from the problem set will not be installed.
 
 (define (copy-ps-file from-file to-file)
   (let ((buffer (find-file-noselect from-file #t)))
-    (set-buffer-writable! buffer)
+    (set-buffer-writeable! buffer)
     (set-visited-pathname buffer to-file)
     (write-buffer buffer)))
 \f