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

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

[nongnu] elpa/inf-ruby d6aa7d32ae 261/265: Merge pull request #157 from


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby d6aa7d32ae 261/265: Merge pull request #157 from tunnes/fix-broken-behaviour-on-load-current-ruby-file-fn
Date: Sat, 9 Jul 2022 21:59:31 -0400 (EDT)

branch: elpa/inf-ruby
commit d6aa7d32aee6665784766858e40b5e4e13190652
Merge: ff25dda5e2 a986a1a8c6
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #157 from 
tunnes/fix-broken-behaviour-on-load-current-ruby-file-fn
    
    Fix load-current-ruby-file in buffers that are not directly on LOAD_PATH 
(e.g. in subdirectory)
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index fecfcb7ce0..d8b0ba6e1c 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -783,7 +783,7 @@ Then switch to the process buffer."
 (defun ruby-load-current-file ()
   "Load the current ruby file into the inferior Ruby process."
   (interactive)
-  (ruby-load-file (buffer-name)))
+  (ruby-load-file (buffer-file-name)))
 
 (defun ruby-send-buffer ()
   "Send the current buffer to the inferior Ruby process."



reply via email to

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