From 10fc26633bb7cb094822dcc9d2f62982a6e84fc2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 10 Oct 2004 05:06:47 +0000 Subject: [PATCH] (comint-output-filter): Typo. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index f5c53687fa..8b2c779ecd 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 -- 2.20.1