tweaks: fix typo in rebindable function name
This fixes https://savannah.gnu.org/bugs/?53062.master
parent
a083d7f1e1
commit
8f6ee22b41
|
@ -1730,7 +1730,7 @@ int strtomenu(const char *input)
|
||||||
return MWHEREIS;
|
return MWHEREIS;
|
||||||
else if (!strcasecmp(input, "replace"))
|
else if (!strcasecmp(input, "replace"))
|
||||||
return MREPLACE;
|
return MREPLACE;
|
||||||
else if (!strcasecmp(input, "replacewith2"))
|
else if (!strcasecmp(input, "replacewith"))
|
||||||
return MREPLACEWITH;
|
return MREPLACEWITH;
|
||||||
else if (!strcasecmp(input, "gotoline"))
|
else if (!strcasecmp(input, "gotoline"))
|
||||||
return MGOTOLINE;
|
return MGOTOLINE;
|
||||||
|
|
Loading…
Reference in New Issue