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

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

[nongnu] elpa/inf-ruby 62c1c72d8e 205/265: Add autoload


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 62c1c72d8e 205/265: Add autoload
Date: Sat, 9 Jul 2022 21:59:26 -0400 (EDT)

branch: elpa/inf-ruby
commit 62c1c72d8e2a8e1ca8430010c19be930f54e6daa
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Add autoload
---
 inf-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index 8fe999bb6d..c7faa2ec44 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -894,6 +894,7 @@ Gemfile, it should use the `gemspec' instruction."
         (file-exists-p "console")
         (file-exists-p "console.rb"))))
 
+;;;###autoload
 (defun inf-ruby-console-script (dir)
   "Run custom bin/console, console or console.rb in DIR."
   (interactive (list (inf-ruby-console-read-directory 'script)))



reply via email to

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