diff options
Diffstat (limited to 'lisp/comint.el')
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 17f1ab4ca03..9bbb362d9ce 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -678,7 +678,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'." | |||
| 678 | ;; comint-scroll-show-maximum-output is nil, and no-one can remember | 678 | ;; comint-scroll-show-maximum-output is nil, and no-one can remember |
| 679 | ;; what the original problem was. If there are problems with point | 679 | ;; what the original problem was. If there are problems with point |
| 680 | ;; not going to the end, consider re-enabling this. | 680 | ;; not going to the end, consider re-enabling this. |
| 681 | ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00827.html | 681 | ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00827.html |
| 682 | ;; | 682 | ;; |
| 683 | ;; This makes it really work to keep point at the bottom. | 683 | ;; This makes it really work to keep point at the bottom. |
| 684 | ;; (make-local-variable 'scroll-conservatively) | 684 | ;; (make-local-variable 'scroll-conservatively) |