diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 01:57:14 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:34 +0100 |
commit | df9f83a249e59867373e06c79aa8f57a5c9640b7 (patch) | |
tree | 1a105e4c80877b58f3b0e5dfbe418910144f1077 /cmdline.cpp | |
parent | ec510eda5f080d39906c396a36cba89188031640 (diff) | |
download | sciteco-df9f83a249e59867373e06c79aa8f57a5c9640b7.tar.gz |
cleanup macro execution functions: common namespace, Execute::file() uses Execute::macro()
Diffstat (limited to 'cmdline.cpp')
-rw-r--r-- | cmdline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.cpp b/cmdline.cpp index 5d6700f..deeeed3 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -64,7 +64,7 @@ cmdline_keypress(gchar key) *cmdline_p = '\0'; try { - macro_execute(cmdline); + Execute::step(cmdline); } catch (...) { /* * Undo tokens may have been emitted (or had to be) |