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

Chizi123
2018-11-18 c655eea759be1db69c5e6b45c228139d8390122a
commit | author | age
5cb5f7 1 ;;; undo-tree-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 "undo-tree" "undo-tree.el" (0 0 0 0))
10 ;;; Generated autoloads from undo-tree.el
11
12 (autoload 'undo-tree-mode "undo-tree" "\
13 Toggle undo-tree mode.
14 With no argument, this command toggles the mode.
15 A positive prefix argument turns the mode on.
16 A negative prefix argument turns it off.
17
18 Undo-tree-mode replaces Emacs' standard undo feature with a more
19 powerful yet easier to use version, that treats the undo history
20 as what it is: a tree.
21
22 The following keys are available in `undo-tree-mode':
23
24   \\{undo-tree-map}
25
26 Within the undo-tree visualizer, the following keys are available:
27
28   \\{undo-tree-visualizer-mode-map}
29
30 \(fn &optional ARG)" t nil)
31
32 (defvar global-undo-tree-mode nil "\
33 Non-nil if Global Undo-Tree mode is enabled.
34 See the `global-undo-tree-mode' command
35 for a description of this minor mode.
36 Setting this variable directly does not take effect;
37 either customize it (see the info node `Easy Customization')
38 or call the function `global-undo-tree-mode'.")
39
40 (custom-autoload 'global-undo-tree-mode "undo-tree" nil)
41
42 (autoload 'global-undo-tree-mode "undo-tree" "\
43 Toggle Undo-Tree mode in all buffers.
44 With prefix ARG, enable Global Undo-Tree mode if ARG is positive;
45 otherwise, disable it.  If called from Lisp, enable the mode if
46 ARG is omitted or nil.
47
48 Undo-Tree mode is enabled in all buffers where
49 `turn-on-undo-tree-mode' would do it.
50 See `undo-tree-mode' for more information on Undo-Tree mode.
51
52 \(fn &optional ARG)" t nil)
53
54 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "undo-tree" '("undo-" "turn-on-undo-tree-mode" "*undo-tree-id-counter*" "buffer-undo-tree")))
55
56 ;;;***
57
58 ;; Local Variables:
59 ;; version-control: never
60 ;; no-byte-compile: t
61 ;; no-update-autoloads: t
62 ;; coding: utf-8
63 ;; End:
64 ;;; undo-tree-autoloads.el ends here