summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-10-10 05:06:47 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-10-10 05:06:47 +0000
commit10fc26633bb7cb094822dcc9d2f62982a6e84fc2 (patch)
tree7d7aae77b0e8a29723db84c4bc23eb0c7ef986b4 /lisp
parent72fcca06da625a5e23415e1c0dbad488e58ca348 (diff)
downloademacs-10fc26633bb7cb094822dcc9d2f62982a6e84fc2.tar.gz
(comint-output-filter): Typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index f5c53687fa9..8b2c779ecd3 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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