projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3414a8
)
Add M-x show-parameter-list to Scheme mode as M-A.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 1 Apr 1993 23:37:28 +0000
(23:37 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 1 Apr 1993 23:37:28 +0000
(23:37 +0000)
v7/src/edwin/schmod.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/schmod.scm
b/v7/src/edwin/schmod.scm
index 20f903d59976334d1afbd90f61ca74d68f4f2eb1..c31226cd2fd79420099810002e9ca3ceaa375043 100644
(file)
--- a/
v7/src/edwin/schmod.scm
+++ b/
v7/src/edwin/schmod.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: schmod.scm,v 1.3
1 1993/04/01 23:33
:28 cph Exp $
+;;; $Id: schmod.scm,v 1.3
2 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