commit | author | age
|
5cb5f7
|
1 |
;;; diff-hl-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 "diff-hl" "diff-hl.el" (0 0 0 0)) |
|
10 |
;;; Generated autoloads from diff-hl.el |
|
11 |
|
|
12 |
(autoload 'diff-hl-mode "diff-hl" "\ |
|
13 |
Toggle VC diff highlighting. |
|
14 |
|
|
15 |
\(fn &optional ARG)" t nil) |
|
16 |
|
|
17 |
(autoload 'turn-on-diff-hl-mode "diff-hl" "\ |
|
18 |
Turn on `diff-hl-mode' or `diff-hl-dir-mode' in a buffer if appropriate. |
|
19 |
|
|
20 |
\(fn)" nil nil) |
|
21 |
|
|
22 |
(defvar global-diff-hl-mode nil "\ |
|
23 |
Non-nil if Global Diff-Hl mode is enabled. |
|
24 |
See the `global-diff-hl-mode' command |
|
25 |
for a description of this minor mode. |
|
26 |
Setting this variable directly does not take effect; |
|
27 |
either customize it (see the info node `Easy Customization') |
|
28 |
or call the function `global-diff-hl-mode'.") |
|
29 |
|
|
30 |
(custom-autoload 'global-diff-hl-mode "diff-hl" nil) |
|
31 |
|
|
32 |
(autoload 'global-diff-hl-mode "diff-hl" "\ |
|
33 |
Toggle Diff-Hl mode in all buffers. |
|
34 |
With prefix ARG, enable Global Diff-Hl mode if ARG is positive; |
|
35 |
otherwise, disable it. If called from Lisp, enable the mode if |
|
36 |
ARG is omitted or nil. |
|
37 |
|
|
38 |
Diff-Hl mode is enabled in all buffers where |
|
39 |
`turn-on-diff-hl-mode' would do it. |
|
40 |
See `diff-hl-mode' for more information on Diff-Hl mode. |
|
41 |
|
|
42 |
\(fn &optional ARG)" t nil) |
|
43 |
|
|
44 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff-hl" '("diff-hl-"))) |
|
45 |
|
|
46 |
;;;*** |
|
47 |
|
|
48 |
;;;### (autoloads nil "diff-hl-amend" "diff-hl-amend.el" (0 0 0 0)) |
|
49 |
;;; Generated autoloads from diff-hl-amend.el |
|
50 |
|
|
51 |
(autoload 'diff-hl-amend-mode "diff-hl-amend" "\ |
|
52 |
Show changes against the second-last revision in `diff-hl-mode'. |
|
53 |
Most useful with backends that support rewriting local commits, |
|
54 |
and most importantly, 'amending' the most recent one. |
|
55 |
Currently only supports Git, Mercurial and Bazaar. |
|
56 |
|
|
57 |
\(fn &optional ARG)" t nil) |
|
58 |
|
|
59 |
(defvar global-diff-hl-amend-mode nil "\ |
|
60 |
Non-nil if Global Diff-Hl-Amend mode is enabled. |
|
61 |
See the `global-diff-hl-amend-mode' command |
|
62 |
for a description of this minor mode. |
|
63 |
Setting this variable directly does not take effect; |
|
64 |
either customize it (see the info node `Easy Customization') |
|
65 |
or call the function `global-diff-hl-amend-mode'.") |
|
66 |
|
|
67 |
(custom-autoload 'global-diff-hl-amend-mode "diff-hl-amend" nil) |
|
68 |
|
|
69 |
(autoload 'global-diff-hl-amend-mode "diff-hl-amend" "\ |
|
70 |
Toggle Diff-Hl-Amend mode in all buffers. |
|
71 |
With prefix ARG, enable Global Diff-Hl-Amend mode if ARG is positive; |
|
72 |
otherwise, disable it. If called from Lisp, enable the mode if |
|
73 |
ARG is omitted or nil. |
|
74 |
|
|
75 |
Diff-Hl-Amend mode is enabled in all buffers where |
|
76 |
`turn-on-diff-hl-amend-mode' would do it. |
|
77 |
See `diff-hl-amend-mode' for more information on Diff-Hl-Amend mode. |
|
78 |
|
|
79 |
\(fn &optional ARG)" t nil) |
|
80 |
|
|
81 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff-hl-amend" '("turn-on-diff-hl-amend-mode" "diff-hl-amend-setup"))) |
|
82 |
|
|
83 |
;;;*** |
|
84 |
|
|
85 |
;;;### (autoloads nil "diff-hl-dired" "diff-hl-dired.el" (0 0 0 0)) |
|
86 |
;;; Generated autoloads from diff-hl-dired.el |
|
87 |
|
|
88 |
(autoload 'diff-hl-dired-mode "diff-hl-dired" "\ |
|
89 |
Toggle VC diff highlighting on the side of a Dired window. |
|
90 |
|
|
91 |
\(fn &optional ARG)" t nil) |
|
92 |
|
|
93 |
(autoload 'diff-hl-dired-mode-unless-remote "diff-hl-dired" "\ |
|
94 |
|
|
95 |
|
|
96 |
\(fn)" nil nil) |
|
97 |
|
|
98 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff-hl-dired" '("diff-hl-dired-"))) |
|
99 |
|
|
100 |
;;;*** |
|
101 |
|
|
102 |
;;;### (autoloads nil "diff-hl-flydiff" "diff-hl-flydiff.el" (0 0 |
|
103 |
;;;;;; 0 0)) |
|
104 |
;;; Generated autoloads from diff-hl-flydiff.el |
|
105 |
|
|
106 |
(defvar diff-hl-flydiff-mode nil "\ |
|
107 |
Non-nil if Diff-Hl-Flydiff mode is enabled. |
|
108 |
See the `diff-hl-flydiff-mode' command |
|
109 |
for a description of this minor mode. |
|
110 |
Setting this variable directly does not take effect; |
|
111 |
either customize it (see the info node `Easy Customization') |
|
112 |
or call the function `diff-hl-flydiff-mode'.") |
|
113 |
|
|
114 |
(custom-autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" nil) |
|
115 |
|
|
116 |
(autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" "\ |
|
117 |
Perform highlighting on-the-fly. |
|
118 |
This is a global minor mode. It alters how `diff-hl-mode' works. |
|
119 |
|
|
120 |
\(fn &optional ARG)" t nil) |
|
121 |
|
|
122 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff-hl-flydiff" '("diff-hl-flydiff"))) |
|
123 |
|
|
124 |
;;;*** |
|
125 |
|
|
126 |
;;;### (autoloads nil "diff-hl-margin" "diff-hl-margin.el" (0 0 0 |
|
127 |
;;;;;; 0)) |
|
128 |
;;; Generated autoloads from diff-hl-margin.el |
|
129 |
|
|
130 |
(defvar diff-hl-margin-mode nil "\ |
|
131 |
Non-nil if Diff-Hl-Margin mode is enabled. |
|
132 |
See the `diff-hl-margin-mode' command |
|
133 |
for a description of this minor mode. |
|
134 |
Setting this variable directly does not take effect; |
|
135 |
either customize it (see the info node `Easy Customization') |
|
136 |
or call the function `diff-hl-margin-mode'.") |
|
137 |
|
|
138 |
(custom-autoload 'diff-hl-margin-mode "diff-hl-margin" nil) |
|
139 |
|
|
140 |
(autoload 'diff-hl-margin-mode "diff-hl-margin" "\ |
|
141 |
Toggle displaying `diff-hl-mode' highlights on the margin. |
|
142 |
|
|
143 |
\(fn &optional ARG)" t nil) |
|
144 |
|
|
145 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff-hl-margin" '("diff-hl-"))) |
|
146 |
|
|
147 |
;;;*** |
|
148 |
|
|
149 |
;;;### (autoloads nil nil ("diff-hl-pkg.el") (0 0 0 0)) |
|
150 |
|
|
151 |
;;;*** |
|
152 |
|
|
153 |
;; Local Variables: |
|
154 |
;; version-control: never |
|
155 |
;; no-byte-compile: t |
|
156 |
;; no-update-autoloads: t |
|
157 |
;; coding: utf-8 |
|
158 |
;; End: |
|
159 |
;;; diff-hl-autoloads.el ends here |