diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-rebind.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 2c346dfcd3d..b6f12e1ff2e 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -144,7 +144,7 @@ This is default behavior of shells like bash." | |||
| 144 | ;;; Functions: | 144 | ;;; Functions: |
| 145 | 145 | ||
| 146 | (defun eshell-rebind-initialize () | 146 | (defun eshell-rebind-initialize () |
| 147 | "Initialize the inputing code." | 147 | "Initialize the inputting code." |
| 148 | (unless eshell-non-interactive-p | 148 | (unless eshell-non-interactive-p |
| 149 | (add-hook 'eshell-mode-hook 'eshell-setup-input-keymap nil t) | 149 | (add-hook 'eshell-mode-hook 'eshell-setup-input-keymap nil t) |
| 150 | (make-local-variable 'eshell-previous-point) | 150 | (make-local-variable 'eshell-previous-point) |