1
1

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

CK_Macro on the argument to edit_delete_macro().
Этот коммит содержится в:
Pavel Roskin 2001-02-26 19:51:56 +00:00
родитель 2b8b56ddb2
Коммит a5dde470ec
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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().

Просмотреть файл

@ -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