From: Chris Hanson Date: Tue, 29 Feb 2000 02:53:47 +0000 (+0000) Subject: Implement abbrev mode; rework interaction between auto-fill, X-Git-Tag: 20090517-FFI~4219 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f96e21de6d9cfc2c13c6ccb0f0d8678bab856b59;p=mit-scheme.git 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). --- 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