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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Sun, 10 Oct 2004 01:14:02 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.300 emacs/lisp/comint.el:1.301
*** emacs/lisp/comint.el:1.300  Sun Oct 10 04:29:21 2004
--- emacs/lisp/comint.el        Sun Oct 10 05:06:47 2004
***************
*** 1717,1723 ****
                     (1- prompt-start) prompt-start 'read-only 'fence))
                (add-text-properties
                 prompt-start (point)
!                '(read-only t rear-non-sticky t front-sticky (read-only))))
              (unless (and (bolp) (null comint-last-prompt-overlay))
                ;; Need to create or move the prompt overlay (in the case
                ;; where there is no prompt ((bolp) == t), we still do
--- 1717,1723 ----
                     (1- prompt-start) prompt-start 'read-only 'fence))
                (add-text-properties
                 prompt-start (point)
!                '(read-only t rear-nonsticky t front-sticky (read-only))))
              (unless (and (bolp) (null comint-last-prompt-overlay))
                ;; Need to create or move the prompt overlay (in the case
                ;; where there is no prompt ((bolp) == t), we still do




reply via email to

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