Fix pagination.
authorChris Hanson <org/chris-hanson/cph>
Tue, 10 Aug 1993 05:32:28 +0000 (05:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 10 Aug 1993 05:32:28 +0000 (05:32 +0000)
v7/src/edwin/basic.scm

index 9c59eaf3b257442b8dd492c0d038d4fea1624cfc..5e0c10ebe839f9b0ffbc4fd90231f4172e1f96f9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: basic.scm,v 1.129 1993/02/25 08:35:52 gjr Exp $
+;;;    $Id: basic.scm,v 1.130 1993/08/10 05:32:28 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-1993 Massachusetts Institute of Technology
 ;;;
@@ -187,7 +187,7 @@ Turns a following A (or C-A) into a Control-Meta-A."
     (if execute-extended-keys?
        (dispatch-on-key (current-comtabs) key)
        key)))
-
+\f
 (define-command prefix-key
   "This is a prefix for more commands.
 It reads another character (a subcommand) and dispatches on it."