Make prompt read-only in inferior-scheme-mode
* lisp/cmuscheme.el (inferior-scheme-mode): Make the prompt read-only to be more consistent with other inferior modes (bug#21118).
This commit is contained in:
parent
9c248f4cd9
commit
3b7315d011
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ to continue it."
|
|||
(scheme-mode-variables)
|
||||
(setq mode-line-process '(":%s"))
|
||||
(setq comint-input-filter (function scheme-input-filter))
|
||||
(setq-local comint-prompt-read-only t)
|
||||
(setq comint-get-old-input (function scheme-get-old-input)))
|
||||
|
||||
(defcustom inferior-scheme-filter-regexp "\\`\\s *\\S ?\\S ?\\s *\\'"
|
||||
|
|
Loading…
Add table
Reference in a new issue