From 287c3b1f00415a7a8501673d14b0554484bfdcdf Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Jan 2000 20:58:33 +0000 Subject: [PATCH] Fix some compilation bugs. --- v7/src/imail/imail-top.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index d6805b5aa..001074869 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -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. -- 2.25.1