emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/inf-ruby e18c8c3624 162/265: Considering ^D as a valid exi


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby e18c8c3624 162/265: Considering ^D as a valid exit command
Date: Sat, 9 Jul 2022 21:59:22 -0400 (EDT)

branch: elpa/inf-ruby
commit e18c8c362491aa8f9a48af701c5d2a3f7c880412
Author: Daniel Luna <dancluna@gmail.com>
Commit: Daniel Luna <dancluna@gmail.com>

    Considering ^D as a valid exit command
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 1492796652..73c0aa1d6c 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -753,7 +753,7 @@ Gemfile, it should use the `gemspec' instruction."
   "Checks if the current input is a debugger exit command and returns
 to the previous compilation mode if t."
   (when (inf-ruby-in-ruby-compilation-modes inf-ruby-orig-compilation-mode)
-    (if (member input '("quit" "exit"))
+    (if (member input '("quit" "exit" ""))
         (inf-ruby-maybe-switch-to-compilation))))
 
 (defun inf-ruby-setup-auto-breakpoint ()



reply via email to

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