Add INSERT-PARENTHESES and MOVE-PAST-CLOSE-AND-REINDENT and bind them to keys.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Wed, 31 Jul 1991 18:09:15 +0000 (18:09 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Wed, 31 Jul 1991 18:09:15 +0000 (18:09 +0000)
v7/src/edwin/schmod.scm

index fe983521443617f8860a2ae273d4811e667aac72..e972a60e1069cda1380bef3097fc37cc9b6c2ca2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.20 1991/05/21 02:06:04 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.21 1991/07/31 18:09:15 arthur Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
 ;;;
@@ -94,6 +94,8 @@ normally they record the associated output in a transcript buffer:
 (define-key 'scheme #\c-m-q 'indent-sexp)
 (define-key 'scheme #\c-m-z 'eval-region)
 (define-key 'scheme #\m-tab 'scheme-complete-symbol)
+(define-key 'scheme #\m-( 'insert-parentheses)
+(define-key 'scheme #\m-) 'move-past-close-and-reindent)
 \f
 ;;;; Read Syntax