projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e7aae
)
Fix comint-next/previous-prompt in lua-ts-mode
author
john muhl
<jm@pub.pink>
Mon, 4 Dec 2023 18:03:34 +0000
(12:03 -0600)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 16 Dec 2023 09:36:05 +0000
(11:36 +0200)
* lisp/progmodes/lua-ts-mode.el (lua-ts-inferior-lua): Don't set
'comint-use-prompt-regexp'. (Bug#67616)
lisp/progmodes/lua-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/lua-ts-mode.el
b/lisp/progmodes/lua-ts-mode.el
index 5318144a057483dd493ca7a40f85c07084340c59..cbf0e573e37e1405c6f36de1aa89b848331faa92 100644
(file)
--- a/
lisp/progmodes/lua-ts-mode.el
+++ b/
lisp/progmodes/lua-ts-mode.el
@@
-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