From 5b076d8d542613cc317a9ca0cf2ff60489d10ca8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 23 Mar 2000 22:35:30 +0000 Subject: [PATCH] #intermediate --- v7/src/6001/edextra.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index e13a4fe96..fb1d39955 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -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))) -- 2.25.1