Mercurial > emacs
changeset 57420:bcfb3a26a3bd
(comint-output-filter): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Oct 2004 05:06:47 +0000 |
parents | 658b7dadee60 |
children | 90ecf83d04fd |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Oct 10 04:29:21 2004 +0000 +++ b/lisp/comint.el Sun Oct 10 05:06:47 2004 +0000 @@ -1717,7 +1717,7 @@ (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)))) + '(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