This commit is contained in:
Raymundo Vásquez Ruiz
2019-12-01 19:55:19 +01:00
parent db783b92af
commit b62e260b24
460 changed files with 21878 additions and 4341 deletions

View File

@@ -0,0 +1,36 @@
;;; rust-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "rust-mode" "rust-mode.el" (0 0 0 0))
;;; Generated autoloads from rust-mode.el
(autoload 'rust-mode "rust-mode" "\
Major mode for Rust code.
\\{rust-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))
(autoload 'rust-dbg-wrap-or-unwrap "rust-mode" "\
Either remove or add the dbg! macro.
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-mode" '("rust" "cargo-compilation-regexps")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; rust-mode-autoloads.el ends here

View File

@@ -0,0 +1,2 @@
;;; -*- no-byte-compile: t -*-
(define-package "rust-mode" "20191123.1632" "A major emacs mode for editing Rust source code" '((emacs "24.0")) :commit "4c8754b249f96455facf81fd5d5b2d06d0cd9b79" :keywords '("languages") :authors '(("Mozilla")) :maintainer '("Mozilla") :url "https://github.com/rust-lang/rust-mode")

File diff suppressed because it is too large Load Diff

Binary file not shown.