Merge branch 'master' of git://factorcode.org/git/factor
commit
b4d598c2dc
|
@ -263,8 +263,9 @@ M: listener-operation invoke-command ( target command -- )
|
||||||
|
|
||||||
: listener-run-files ( seq -- )
|
: listener-run-files ( seq -- )
|
||||||
[
|
[
|
||||||
[ \ listener-run-files ] dip
|
'[ _ [ run-file ] each ]
|
||||||
'[ _ [ run-file ] each ] call-listener
|
\ listener-run-files
|
||||||
|
call-listener
|
||||||
] unless-empty ;
|
] unless-empty ;
|
||||||
|
|
||||||
: com-end ( listener -- )
|
: com-end ( listener -- )
|
||||||
|
|
Loading…
Reference in New Issue