forked from dalanicolai/wolfram-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wolfram-mode-autoloads.el
41 lines (26 loc) · 1.05 KB
/
wolfram-mode-autoloads.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;;; wolfram-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from wolfram-mode.el
(autoload 'wolfram-mode "wolfram-mode" "\
Major mode for editing Mathematica text files in Emacs.
\\{wolfram-mode-map}
Entry to this mode calls the value of `wolfram-mode-hook'
if that value is non-nil.
(fn)" t)
(autoload 'run-wolfram "wolfram-mode" "\
Run an inferior Mathematica process CMD, input and output via buffer *wolfram*.
(fn CMD)" t)
(register-definition-prefixes "wolfram-mode" '("inferior-wolfram-mode" "wolfram-"))
;;; End of scraped data
(provide 'wolfram-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; wolfram-mode-autoloads.el ends here