option_backup_ext is only available when the internal editor is enabled.

This commit is contained in:
Roland Illig 2005-09-07 10:08:25 +00:00
parent cd8cf54cbb
commit 06f4ef50e6
1 changed files with 2 additions and 0 deletions

View File

@ -225,7 +225,9 @@ static const struct {
char **opt_addr;
const char *opt_defval;
} str_options [] = {
#ifdef USE_INTERNAL_EDIT
{ "editor_backup_extension", &option_backup_ext, "~" },
#endif
{ NULL, NULL }
};