From: Chris Hanson Date: Sat, 11 Sep 1999 03:26:06 +0000 (+0000) Subject: Don't hack mail address any longer. Students now have real accounts. X-Git-Tag: 20090517-FFI~4458 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a1ba65b1639a02c382c30e0b32cdbc1431759481;p=mit-scheme.git Don't hack mail address any longer. Students now have real accounts. --- diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index 8664c5a94..e13a4fe96 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edextra.scm,v 1.28 1999/01/28 04:01:02 cph Exp $ +$Id: edextra.scm,v 1.29 1999/09/11 03:26:06 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology @@ -390,6 +390,8 @@ option the file from the problem set will not be installed. (set-variable! version-control true) (set-variable! trim-versions-without-asking true) +#| +;; No longer needed. (if (eq? 'UNIX microcode-id/operating-system) (set-variable! mail-header-function @@ -408,6 +410,7 @@ option the file from the problem set will not be installed. (insert-string "Reply-to: " point) (insert-string reply-to point) (insert-newline point)))))))) +|# (set-variable! select-buffer-not-found-hooks (cons (lambda (name)