branch: elpa/rust-mode
commit 9239745140b1cef2bcf9b18842dece08052e749d
Merge: 825a37dbf7 3f6ee2187b
Author: Sibi Prabakaran <s...@psibi.in>
Commit: GitHub <nore...@github.com>

    Merge pull request #532 from jroimartin/rust-mode-interactive
    
    Allow autoloaded rust-mode function to be called interactively
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index ec1ecba4d4..292bc64cdb 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -76,7 +76,7 @@ instead of `prog-mode'. This option requires emacs29+."
   (require 'rust-prog-mode))
 
 ;;;###autoload
-(autoload 'rust-mode "rust-mode" "Major mode for Rust code.")
+(autoload 'rust-mode "rust-mode" "Major mode for Rust code." t)
 
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))

Reply via email to