emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 51a296014be 2/2: Fix comint-next/previous-prompt in lua-ts-mode


From: Eli Zaretskii
Subject: master 51a296014be 2/2: Fix comint-next/previous-prompt in lua-ts-mode
Date: Sat, 16 Dec 2023 04:37:52 -0500 (EST)

branch: master
commit 51a296014bef653860676fce0717e86d078cfa9d
Author: john muhl <jm@pub.pink>
Commit: Eli Zaretskii <eliz@gnu.org>

    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)
---
 lisp/progmodes/lua-ts-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el
index 5318144a057..cbf0e573e37 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]