mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-17 c4001ccd1864293b64aa37d83a9d9457eb875e70
commit | author | age
5cb5f7 1 ;;; workgroups2-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "workgroups2" "workgroups2.el" (0 0 0 0))
10 ;;; Generated autoloads from workgroups2.el
11
12 (autoload 'workgroups-mode "workgroups2" "\
13 Turn `workgroups-mode' on and off.
14 ARG is nil - toggle
15 ARG >= 1   - turn on
16 ARG == 0   - turn off
17 ARG is anything else, turn on `workgroups-mode'.
18
19 \(fn &optional ARG)" t nil)
20
21 (autoload 'wg-help "workgroups2" "\
22 Just call `apropos-command' on \"^wg-\".
23 There used to be a bunch of help-buffer construction stuff here,
24 including a `wg-help' variable that basically duplicated every
25 command's docstring;  But why, when there's `apropos-command'?
26
27 \(fn)" t nil)
28
29 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "workgroups2" '("workgroups-mode" "wg-" "buffer-list")))
30
31 ;;;***
32
33 ;; Local Variables:
34 ;; version-control: never
35 ;; no-byte-compile: t
36 ;; no-update-autoloads: t
37 ;; coding: utf-8
38 ;; End:
39 ;;; workgroups2-autoloads.el ends here