emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Sun, 30 Oct 2005 11:42:49 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.333 emacs/lisp/comint.el:1.334
*** emacs/lisp/comint.el:1.333  Sun Oct  2 03:34:29 2005
--- emacs/lisp/comint.el        Sun Oct 30 16:42:48 2005
***************
*** 1550,1556 ****
                  ;; problems when `comint-prompt-read-only' is non-nil.
                  (let ((inhibit-read-only t))
                    (delete-region comint-last-input-end
!                                  (+ comint-last-input-end echo-len))))))
  
          ;; This used to call comint-output-filter-functions,
          ;; but that scrolled the buffer in undesirable ways.
--- 1550,1560 ----
                  ;; problems when `comint-prompt-read-only' is non-nil.
                  (let ((inhibit-read-only t))
                    (delete-region comint-last-input-end
!                                  (+ comint-last-input-end echo-len))
!                   (when comint-prompt-read-only
!                     (save-excursion
!                       (goto-char comint-last-input-end)
!                       (comint-update-fence)))))))
  
          ;; This used to call comint-output-filter-functions,
          ;; but that scrolled the buffer in undesirable ways.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]