diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bind/bin/nslookup/commands.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bind/bin/nslookup/commands.l b/contrib/bind/bin/nslookup/commands.l index 7c81bcb..bb626c7 100644 --- a/contrib/bind/bin/nslookup/commands.l +++ b/contrib/bind/bin/nslookup/commands.l @@ -135,6 +135,7 @@ nslookup_yy_input(buf, result, max_size, intr) el_set(el, EL_EDITOR, "emacs"); el_set(el, EL_PROMPT, nslookup_prompt); el_set(el, EL_SIGNAL, 1); + el_source(el, NULL); } if ((bp = el_gets(el, &num)) == NULL || num == 0) { |