Commit 51a29601 authored by john muhl's avatar john muhl Committed by Eli Zaretskii
Browse files

Fix comint-next/previous-prompt in lua-ts-mode

* lisp/progmodes/lua-ts-mode.el (lua-ts-inferior-lua): Don't set
'comint-use-prompt-regexp'.  (Bug#67616)
parent f5e7aaed
Pipeline #27507 failed with stages
in 84 minutes and 37 seconds
......@@ -552,7 +552,6 @@ Calls REPORT-FN directly."
(with-current-buffer lua-ts-inferior-buffer
(setq-local comint-input-ignoredups t
comint-input-ring-file-name lua-ts-inferior-history
comint-use-prompt-regexp t
comint-prompt-read-only t
comint-prompt-regexp (rx-to-string `(: bol
,lua-ts-inferior-prompt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment