From 121ba57b55adc9aff5b131cfac310ac41c0491ba Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 2 Jan 2010 22:50:02 +0000 Subject: [PATCH] Use the target print function for copy-mode, spotted by Tiago Cunha. --- cmd-copy-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index 48cdd656..ed95105a 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = { cmd_target_parse, cmd_copy_mode_exec, cmd_target_free, - NULL + cmd_target_print }; void