From e7d9f3ba91a80516cfef93821532f1d7d9436338 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 23 Oct 2022 23:30:04 -0700 Subject: emacsclient wrapper: fix comment --- bin/emacsclient | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/emacsclient') diff --git a/bin/emacsclient b/bin/emacsclient index 198e5f58..20e243c7 100755 --- a/bin/emacsclient +++ b/bin/emacsclient @@ -108,9 +108,8 @@ if [ -z "$daemon_name" ] && $devel_running && $want_installed; then inotifywait=$! kill "$listener" - # Detach gdb so that Emacs can handle the SIGTERM. - # We also have to quit gdb so that `gdb-inferior-status' is reset from - # "signal-received"; see `spw/gdbmacs-attach' function. + # Detach gdb so that Emacs can handle the SIGTERM. We also have to quit + # gdb so that `spw/gdbmacs-attach' doesn't look at `gdb-inferior-status'. [ -n "${gdbmacs:=$(get_listener ${socket_dir}gdbmacs)}" ] \ && "$installed_emacsclient" -sgdbmacs \ --eval '(gud-basic-call "detach")' \ -- cgit v1.2.3