mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-30 05:41:17 -08:00
small revision
This commit is contained in:
parent
a29abb19b9
commit
bbe4741c90
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
(dolist (item items)
|
||||
(let ((diff-name (make-string (- max-name (length (first item)))))
|
||||
(diff-class (make-string (- max-class (length (third item))))))
|
||||
(format out "(defvar *~A*~A ~S)~A ; ~A~A ~S~%"
|
||||
(format out "(defparameter *~A*~A ~S)~A ; ~A~A ~S~%"
|
||||
(first item)
|
||||
diff-name
|
||||
(second item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue