From f96e21de6d9cfc2c13c6ccb0f0d8678bab856b59 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 29 Feb 2000 02:53:47 +0000 Subject: [PATCH] Implement abbrev mode; rework interaction between auto-fill, self-insert, and optimized typein; \\{} and \\<> in help strings; ability to replace characters in buffer without disturbing marks (for case conversion). --- v7/src/edwin/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index 639f66803..d854e34ce 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.99 1999/03/03 05:29:57 cph Exp $ +$Id: make.scm,v 3.100 2000/02/29 02:53:47 cph Exp $ -Copyright (c) 1989-1999 Massachusetts Institute of Technology +Copyright (c) 1989-2000 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -45,4 +45,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ((UNIX) "edwinunx") (else "edwinunk")))))) 'QUERY))))) -(add-identification! "Edwin" 3 99) \ No newline at end of file +(add-identification! "Edwin" 3 100) \ No newline at end of file -- 2.25.1