From 36fc8bcc92ac2369aaa473d526546b434e9eaf99 Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Tue, 23 Feb 2010 18:11:09 -0800 Subject: [PATCH] Fixup ignored variables. --- src/6001/floppy.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/6001/floppy.scm b/src/6001/floppy.scm index 8c475fdea..dbd02aea4 100644 --- a/src/6001/floppy.scm +++ b/src/6001/floppy.scm @@ -799,7 +799,6 @@ M-x rename-file, or use the `r' command in Dired.") (make-condition-type 'FLOPPY-ERROR condition-type:error '(COMMAND OUTPUT) (lambda (condition port) - condition (write-string "An error occurred while accessing the floppy.\n" port) (write-string "The command being executed was:\n\n" port) (write-string (floppy-error/command condition) port) -- 2.25.1