diff options
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index ec1ecba..292bc64 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)) |
