# HG changeset patch # User jwe # Date 745390167 0 # Node ID 50af4412a25f2fac346e34c3c5db7a43293d2a7c # Parent 671f8bf989d8dcda13ebdc9147b1415e05b91869 [project @ 1993-08-15 04:49:27 by jwe] (text_functions): Add run_history to the list. diff -r 671f8bf989d8 -r 50af4412a25f src/builtins.cc --- a/src/builtins.cc Fri Aug 13 21:03:40 1993 +0000 +++ b/src/builtins.cc Sun Aug 15 04:49:27 1993 +0000 @@ -180,6 +180,9 @@ { "ls", -1, builtin_ls, "print a directory listing\n", }, + { "run_history", -1, builtin_run_history, + "usage: run_history [first] [last]\n", }, + { "save", -1, builtin_save, "save variables to a file\n", },