diff options
-rw-r--r-- | bin/sh/histedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index ae39c0b..6cd9fe4 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -132,6 +132,7 @@ bad: el_set(el, EL_EDITOR, "vi"); else if (Eflag) el_set(el, EL_EDITOR, "emacs"); + el_source(el, NULL); } } else { INTOFF; |