X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/blobdiff_plain/05e83012402ab4231225d00f937924272924fb4b..146571dae4dcaa1d2c543140d55cbd14c286aaf3:/frontend.lisp diff --git a/frontend.lisp b/frontend.lisp index cb22d3e..0764c3f 100644 --- a/frontend.lisp +++ b/frontend.lisp @@ -83,8 +83,11 @@ (define-program (keyword opt-format (delete-duplicates (loop for method in - (generic-function-methods - #'zone:zone-write) + (append + (generic-function-methods + #'zone:zone-write) + (generic-function-methods + #'zone:zone-write-header)) for specs = (method-specializers method) if (typep (car specs)