aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index a9633d08ba1..57df6bfb19f 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -700,8 +700,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
700 ;; https://lists.gnu.org/r/emacs-devel/2007-08/msg00827.html 700 ;; https://lists.gnu.org/r/emacs-devel/2007-08/msg00827.html
701 ;; 701 ;;
702 ;; This makes it really work to keep point at the bottom. 702 ;; This makes it really work to keep point at the bottom.
703 ;; (make-local-variable 'scroll-conservatively) 703 ;; (setq-local scroll-conservatively 10000)
704 ;; (setq scroll-conservatively 10000)
705 (add-hook 'pre-command-hook 'comint-preinput-scroll-to-bottom t t) 704 (add-hook 'pre-command-hook 'comint-preinput-scroll-to-bottom t t)
706 (make-local-variable 'comint-ptyp) 705 (make-local-variable 'comint-ptyp)
707 (make-local-variable 'comint-process-echoes) 706 (make-local-variable 'comint-process-echoes)