Fix some compilation bugs.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:58:33 +0000 (20:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:58:33 +0000 (20:58 +0000)
v7/src/imail/imail-top.scm

index d6805b5aaf94edfda145ad77b3e4606b258050cc..0010748698794819e0a965d82d97d997f719c6cb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.3 2000/01/15 05:25:32 cph Exp $
+;;; $Id: imail-top.scm,v 1.4 2000/01/18 20:58:33 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -224,19 +224,22 @@ DEL       Scroll to previous screen of this message.
 (define-key 'imail-edit '(#\c-c #\c-]) 'imail-abort-edit)
 
 (define (imail-revert-buffer buffer dont-use-auto-save? dont-confirm?)
-  )
+  ???)
 
 (define (imail-kill-buffer buffer)
-  )
+  ???)
 
 (define-command imail-input
   "Append messages to this folder from a specified folder."
   "sInput from imail folder"
   (lambda (url-string)
-    ))
+    ???))
 
 (define-command imail-quit
-  )
+  ""
+  ()
+  (lambda ()
+    ???))
 
 (define-command imail-synchronize
   "Synchronize the current folder with the master copy on the server.