(comint-output-filter): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 Oct 2004 05:06:47 +0000 (05:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 Oct 2004 05:06:47 +0000 (05:06 +0000)
lisp/comint.el

index f5c5368..8b2c779 100644 (file)
@@ -1717,7 +1717,7 @@ Make backspaces delete the previous character."
                     (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