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:
28f3d7a
)
Change definition of define-command so commands can share
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 20 Oct 1992 20:46:51 +0000
(20:46 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 20 Oct 1992 20:46:51 +0000
(20:46 +0000)
descriptions.
v7/src/edwin/macros.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/macros.scm
b/v7/src/edwin/macros.scm
index a4d5c96cf40adafa2082e9729f3cd529c2991a8f..f24d7728d55489a3a3d3716ac1b9a63e04cff758 100644
(file)
--- a/
v7/src/edwin/macros.scm
+++ b/
v7/src/edwin/macros.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $
Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/macros.scm,v 1.55 1992/08/28 18:46:48
jinx Exp $
+;;; $
Id: macros.scm,v 1.56 1992/10/20 20:46:51
jinx Exp $
;;;
;;; Copyright (c) 1986, 1989-1992 Massachusetts Institute of Technology
;;;
@@
-108,7
+108,7
@@
(let ((scheme-name (command-name->scheme-name name)))
`(DEFINE ,scheme-name
(MAKE-COMMAND ',name
-
'
,description
+ ,description
,(if (null? interactive)
`'()
interactive)