Add M-x show-parameter-list to Scheme mode as M-A.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Apr 1993 23:37:28 +0000 (23:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Apr 1993 23:37:28 +0000 (23:37 +0000)
v7/src/edwin/schmod.scm

index 20f903d59976334d1afbd90f61ca74d68f4f2eb1..c31226cd2fd79420099810002e9ca3ceaa375043 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: schmod.scm,v 1.31 1993/04/01 23:33:28 cph Exp $
+;;;    $Id: schmod.scm,v 1.32 1993/04/01 23:37:28 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
 ;;;
@@ -339,4 +339,4 @@ Grumbles if PROC is an undocumented primitive."
          (lambda (name required optional rest body)
            (append required
                    (if (null? optional) '() `(#!OPTIONAL ,@optional))
-                   (or rest '())))))))
\ No newline at end of file
+                   (if rest `(#!REST ,rest) '())))))))
\ No newline at end of file