no message
original commit: 13ff4cd604078dbaac6a6556ebce8f931d2dfba2
This commit is contained in:
parent
b402b6cff8
commit
757b3423a0
|
@ -156,7 +156,7 @@
|
|||
[(t) (run-after-edit-sequence t #f)]
|
||||
[(t sym)
|
||||
(unless (and (procedure? t)
|
||||
(= 0 (arity t)))
|
||||
(= 0 (procedure-arity t)))
|
||||
(error 'media-buffer::run-after-edit-sequence
|
||||
"expected procedure of arity zero, got: ~s~n" t))
|
||||
(unless (or (symbol? sym) (not sym))
|
||||
|
|
Loading…
Reference in New Issue
Block a user