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

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

[nongnu] elpa/inf-ruby 5d159adddd 030/265: Fix commit 'Store non-whitesp


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 5d159adddd 030/265: Fix commit 'Store non-whitespace input in the REPL history, ...'
Date: Sat, 9 Jul 2022 21:59:11 -0400 (EDT)

branch: elpa/inf-ruby
commit 5d159adddd1e1164b295a86b4990a97efad742ad
Author: Cornelius Mika <cornelius.mika@gmail.com>
Commit: Cornelius Mika <cornelius.mika@gmail.com>

    Fix commit 'Store non-whitespace input in the REPL history, ...'
---
 inf-ruby.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index a38f5946b2..71952fced7 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -136,7 +136,6 @@ to continue it."
   (setq mode-name "Inf-Ruby")
   (setq mode-line-process '(":%s"))
   (use-local-map inf-ruby-mode-map)
-  (setq comint-input-filter comint-input-filter)
   (add-to-list 'comint-output-filter-functions 'inf-ruby-output-filter)
   (setq comint-get-old-input (function inf-ruby-get-old-input))
   (make-local-variable 'compilation-error-regexp-alist)



reply via email to

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