Mercurial > hg > octave-lyh
changeset 62:8cf37bf85faf
[project @ 1993-08-15 04:50:37 by jwe]
(builtin_run_history): New function.
author | jwe |
---|---|
date | Sun, 15 Aug 1993 04:50:37 +0000 |
parents | 50af4412a25f |
children | 91ab99b0dbae |
files | src/t-builtins.cc |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/t-builtins.cc +++ b/src/t-builtins.cc @@ -627,6 +627,17 @@ } /* + * Run previous commands from the history list. + */ +tree_constant +builtin_run_history (int argc, char **argv) +{ + tree_constant retval; + do_run_history (argc, argv); + return retval; +} + +/* * Write variables to an output stream. */ tree_constant