# HG changeset patch # User Stefan Monnier # Date 1097384807 0 # Node ID bcfb3a26a3bd7022f3c1e6456450701503042dda # Parent 658b7dadee602a68c69c8652956836796725c373 (comint-output-filter): Typo. diff -r 658b7dadee60 -r bcfb3a26a3bd lisp/comint.el --- 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