branch: elpa/inf-ruby
commit 80a1c2c3d2a1c2adc1be642108648a9454545c93
Author: Cornelius Mika <[email protected]>
Commit: Cornelius Mika <[email protected]>

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

diff --git a/inf-ruby.el b/inf-ruby.el
index 71952fced7..0af640ed53 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -25,9 +25,6 @@
 ;; inferior-ruby-error-regexp-alist doesn't match this example
 ;;   SyntaxError: /home/eschulte/united/org/work/arf/arf/lib/cluster.rb:35: 
syntax error, unexpected '~', expecting kEND
 ;;               similarity = comparison_cache[m][n] ||= clusters[m] ~ 
clusters[n]
-;;
-;; M-p skips the first entry in the input ring.
-;;
 
 (require 'comint)
 (require 'compile)

Reply via email to