diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 04:10:33 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-19 04:10:33 +0000 |
commit | 43d79ae9efc313271892f3a62c6e022c6d3d3a6a (patch) | |
tree | f1cf12eaeaa12cadebd52c2302598dc5abc788e9 /contrib/bind/bin | |
parent | b32ba21dfd8d267e228a84baa8e7a8e0db3210d3 (diff) |
Notes
Diffstat (limited to 'contrib/bind/bin')
-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 7c81bcb1d27e..bb626c7393b4 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) { |