* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use

CK_Macro on the argument to edit_delete_macro().
This commit is contained in:
Pavel Roskin 2001-02-26 19:51:56 +00:00
parent 2b8b56ddb2
commit a5dde470ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-02-26 Pavel Roskin <proski@gnu.org>
* editcmd.c (edit_delete_macro_cmd) [MIDNIGHT]: Don't use
CK_Macro on the argument to edit_delete_macro().
* edit.c (edit_init_file): Remove, it's useless. All the
necessary files should be created when needed.
* edit.h: Remove declaration of edit_init_file().

View File

@ -759,7 +759,8 @@ void edit_delete_macro_cmd (WEdit * edit)
int command;
#ifdef MIDNIGHT
command = CK_Macro (edit_raw_key_query (_ (" Delete Macro "), _ (" Press macro hotkey: "), 1));
command = edit_raw_key_query (_ (" Delete Macro "),
_ (" Press macro hotkey: "), 1);
#else
/* This heads the 'Delete Macro' dialog box */
#ifdef GTK