Implement abbrev mode; rework interaction between auto-fill,
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Feb 2000 02:53:47 +0000 (02:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Feb 2000 02:53:47 +0000 (02:53 +0000)
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

index 639f66803126c5e0d37837a200985a9fbd2bf666..d854e34ce3add597a3e8bd39e619749a5c402bd9 100644 (file)
@@ -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