From 6eb7201602116bd0a1d3402ce2e5557871ca1055 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 23 May 2000 04:50:52 +0000 Subject: [PATCH] Don't bind imail-delete-folder to a key. It should be hard to do this. --- v7/src/imail/imail-top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index e9743c12a..fbcc4f77a 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.97 2000/05/23 04:36:24 cph Exp $ +;;; $Id: imail-top.scm,v 1.98 2000/05/23 04:50:52 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -381,7 +381,7 @@ DEL Scroll to previous screen of this message. (define-key 'imail #\o 'imail-output) (define-key 'imail #\i 'imail-input) (define-key 'imail #\+ 'imail-create-folder) -(define-key 'imail #\- 'imail-delete-folder) +;(define-key 'imail #\- 'imail-delete-folder) (define-key 'imail #\q 'imail-quit) (define-key 'imail #\? 'describe-mode) -- 2.25.1