mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-24 02:50:30 -08:00
revision
This commit is contained in:
parent
39dba74d9c
commit
20516a7da7
1 changed files with 3 additions and 2 deletions
|
|
@ -110,7 +110,7 @@
|
|||
(third item)
|
||||
diff-class
|
||||
(fourth item))))
|
||||
(terpri)
|
||||
(terpri out)
|
||||
t)))
|
||||
|
||||
(defun run ()
|
||||
|
|
@ -123,7 +123,8 @@
|
|||
(when (probe-file new)
|
||||
(delete-file new))
|
||||
(rename-file ui (file-namestring new))
|
||||
(format t "~%UI file generated: ~S~%~%" new)))
|
||||
(format t "~%UI file generated: ~S~%~%" new)
|
||||
(load new))) ; make changes available immediately
|
||||
(format t "~%File not generated, please correct names and try again.~%~%")))))
|
||||
|
||||
(run)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue