Eliminate random local variable bindings at file's end.
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 1993 22:42:46 +0000 (22:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Oct 1993 22:42:46 +0000 (22:42 +0000)
v7/src/edwin/sercom.scm

index 69130e30ce69059577582f4541027a818fc21601..fb6b9e6d672cbdd1d331164786b11a7e07f81920 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: sercom.scm,v 1.62 1993/08/10 07:04:31 cph Exp $
+;;;    $Id: sercom.scm,v 1.63 1993/10/14 22:42:46 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
 ;;;
@@ -360,9 +360,4 @@ Special characters:
                                                      (group-start m)))))))))
            (if mark
                (set-current-point! mark)
-               (editor-failure)))))))
-\f
-;; Edwin Variables:
-;; scheme-environment: '(edwin)
-;; scheme-syntax-table: (access edwin-syntax-table (->environment '(edwin)))
-;; End:
\ No newline at end of file
+               (editor-failure)))))))
\ No newline at end of file