]> git.neil.brown.name Git - edlib.git/blobdiff - lib-copybuf.c
Mark all "Close" handlers as being closed_ok.
[edlib.git] / lib-copybuf.c
index 352a8ea40c73b0860008f3bb24974739337287e1..25a24ff6ea5de74f30fec9d8dcdc121c27eea41e 100644 (file)
@@ -48,7 +48,7 @@ static void free_txt(struct txt **tp safe)
        free(t);
 }
 
-DEF_CMD(copy_close)
+DEF_CMD_CLOSED(copy_close)
 {
        struct copy_info *cyi = ci->home->data;