]> git.eshelyaron.com Git - emacs.git/commit
Use "server complete" instead of "complete" in gud-gdb-completions
authorTom Tromey <tom@tromey.com>
Sat, 15 Jan 2022 09:30:24 +0000 (10:30 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 15 Jan 2022 09:30:24 +0000 (10:30 +0100)
commitad3971f885858dd6513e307a9eaa710bbad0e03a
tree1bcc9050cf1916f9eb31ac8f2bf9e404e457c580
parentf501d0aed00998feb28c6f716e50f22a326b558c
Use "server complete" instead of "complete" in gud-gdb-completions

* lisp/progmodes/gud.el (gud-gdb-completions): gud-gdb sends a
"complete" command to gdb to implement command line completion.  It
would be better to send "server complete".  This is what Emacs does
for other behind-the-scenes commands it sends (bug#52922).
lisp/progmodes/gud.el