diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 69069183a3f..8f11e6f04a4 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -331,7 +331,6 @@ and the hook `eshell-exit-hook'." | |||
| 331 | (setq-local require-final-newline nil) | 331 | (setq-local require-final-newline nil) |
| 332 | 332 | ||
| 333 | (setq-local max-lisp-eval-depth (max 3000 max-lisp-eval-depth)) | 333 | (setq-local max-lisp-eval-depth (max 3000 max-lisp-eval-depth)) |
| 334 | (setq-local max-specpdl-size (max 6000 max-lisp-eval-depth)) | ||
| 335 | 334 | ||
| 336 | (setq-local eshell-last-input-start (point-marker)) | 335 | (setq-local eshell-last-input-start (point-marker)) |
| 337 | (setq-local eshell-last-input-end (point-marker)) | 336 | (setq-local eshell-last-input-end (point-marker)) |