Commit ab6e4e36 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: fix compilation with --enable-tiny --enable-histories

No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -1066,7 +1066,10 @@ void do_insertfile(void)
#endif
MINSERTFILE, given,
#ifndef DISABLE_HISTORIES
execute ? &execute_history : NULL,
#ifndef NANO_TINY
execute ? &execute_history :
#endif
NULL,
#endif
edit_refresh, msg,
#ifndef DISABLE_OPERATINGDIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment