From df9f83a249e59867373e06c79aa8f57a5c9640b7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 20 Nov 2012 01:57:14 +0100 Subject: cleanup macro execution functions: common namespace, Execute::file() uses Execute::macro() --- cmdline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline.cpp') 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) -- cgit v1.2.3