-
Notifications
You must be signed in to change notification settings - Fork 1
/
fs-mode-autoload.el
50 lines (34 loc) · 967 Bytes
/
fs-mode-autoload.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
42
43
44
45
46
47
48
49
50
;;; fs-mode-autoload.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (list-fs fs-mode) "fs-mode" "fs-mode.el" (20880
;;;;;; 61687))
;;; Generated autoloads from fs-mode.el
(autoload 'fs-mode "fs-mode" "\
Major mode for Linux File System management.
\(fn)" t nil)
(autoload 'list-fs "fs-mode" "\
list all file system usage
\(fn)" t nil)
;;;***
;;;### (autoloads (root-cmd-output root-cmd-stop root-cmd) "root-cmd"
;;;;;; "root-cmd.el" (20880 61821))
;;; Generated autoloads from root-cmd.el
(autoload 'root-cmd "root-cmd" "\
output command as root process.
\(fn COMMAND)" nil nil)
(autoload 'root-cmd-stop "root-cmd" "\
Stop root cmd process.
\(fn)" t nil)
(autoload 'root-cmd-output "root-cmd" "\
return the cmd output.
\(fn)" t nil)
;;;***
(provide 'fs-mode-autoload)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; fs-mode-autoload.el ends here