mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 15:33:37 +02:00
commit bash-20080911 snapshot
This commit is contained in:
+4
-1
@@ -115,7 +115,10 @@ bind_builtin (list)
|
||||
char *initfile, *map_name, *fun_name, *unbind_name, *remove_seq, *cmd_seq;
|
||||
|
||||
if (no_line_editing)
|
||||
return (EXECUTION_FAILURE);
|
||||
{
|
||||
builtin_error ("line editing not enabled");
|
||||
return (EXECUTION_FAILURE);
|
||||
}
|
||||
|
||||
kmap = saved_keymap = (Keymap) NULL;
|
||||
flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user