emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 cc1de953d4 03/10: ; * lisp/progmodes/gud.el (gud-tooltip-modes)


From: Yuan Fu
Subject: emacs-29 cc1de953d4 03/10: ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.
Date: Sat, 7 Jan 2023 21:44:43 -0500 (EST)

branch: emacs-29
commit cc1de953d4fa203b3a0c58a63e0251b515be991d
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.
    
    Prompted by bug#60463.
---
 lisp/progmodes/gud.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index cb766c6841..3b792354cb 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -3608,8 +3608,9 @@ Treats actions as defuns."
        (kill-local-variable 'gdb-define-alist)
        (remove-hook 'after-save-hook #'gdb-create-define-alist t))))
 
-(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode
-                                       python-mode)
+(defcustom gud-tooltip-modes '( gud-mode c-mode c++-mode fortran-mode
+                               python-mode c-ts-mode c++-ts-mode
+                                python-ts-mode)
   "List of modes for which to enable GUD tooltips."
   :type '(repeat (symbol :tag "Major mode"))
   :group 'tooltip)



reply via email to

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