changeset 61:50af4412a25f

[project @ 1993-08-15 04:49:27 by jwe] (text_functions): Add run_history to the list.
author jwe
date Sun, 15 Aug 1993 04:49:27 +0000
parents 671f8bf989d8
children 8cf37bf85faf
files src/builtins.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/builtins.cc
+++ b/src/builtins.cc
@@ -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", },