diff-hl-autoloads.el (13114B)
1 ;;; diff-hl-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from diff-hl.el 13 14 (autoload 'diff-hl-mode "diff-hl" "\ 15 Toggle VC diff highlighting. 16 17 This is a minor mode. If called interactively, toggle the 18 `Diff-Hl mode' mode. If the prefix argument is positive, enable 19 the mode, and if it is zero or negative, disable the mode. 20 21 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 22 the mode if ARG is nil, omitted, or is a positive number. 23 Disable the mode if ARG is a negative number. 24 25 To check whether the minor mode is enabled in the current buffer, 26 evaluate `diff-hl-mode'. 27 28 The mode's hook is called both when the mode is enabled and when 29 it is disabled. 30 31 (fn &optional ARG)" t) 32 (autoload 'turn-on-diff-hl-mode "diff-hl" "\ 33 Turn on `diff-hl-mode' or `diff-hl-dir-mode' in a buffer if appropriate.") 34 (autoload 'diff-hl--global-turn-on "diff-hl" "\ 35 Call `turn-on-diff-hl-mode' if the current major mode is applicable.") 36 (autoload 'diff-hl-set-reference-rev "diff-hl" "\ 37 Set the reference revision globally to REV. 38 When called interactively, REV read with completion. 39 40 The default value chosen using one of methods below: 41 42 - In a log view buffer, it uses the revision of current entry. 43 Call `vc-print-log' or `vc-print-root-log' first to open a log 44 view buffer. 45 - In a VC annotate buffer, it uses the revision of current line. 46 - In other situations, it uses the symbol at point. 47 48 Notice that this sets the reference revision globally, so in 49 files from other repositories, `diff-hl-mode' will not highlight 50 changes correctly, until you run `diff-hl-reset-reference-rev'. 51 52 Also notice that this will disable `diff-hl-amend-mode' in 53 buffers that enables it, since `diff-hl-amend-mode' overrides its 54 effect. 55 56 (fn REV)" t) 57 (autoload 'diff-hl-reset-reference-rev "diff-hl" "\ 58 Reset the reference revision globally to the most recent one." t) 59 (put 'global-diff-hl-mode 'globalized-minor-mode t) 60 (defvar global-diff-hl-mode nil "\ 61 Non-nil if Global Diff-Hl mode is enabled. 62 See the `global-diff-hl-mode' command 63 for a description of this minor mode. 64 Setting this variable directly does not take effect; 65 either customize it (see the info node `Easy Customization') 66 or call the function `global-diff-hl-mode'.") 67 (custom-autoload 'global-diff-hl-mode "diff-hl" nil) 68 (autoload 'global-diff-hl-mode "diff-hl" "\ 69 Toggle Diff-Hl mode in all buffers. 70 With prefix ARG, enable Global Diff-Hl mode if ARG is positive; 71 otherwise, disable it. 72 73 If called from Lisp, toggle the mode if ARG is `toggle'. 74 Enable the mode if ARG is nil, omitted, or is a positive number. 75 Disable the mode if ARG is a negative number. 76 77 Diff-Hl mode is enabled in all buffers where `diff-hl--global-turn-on' 78 would do it. 79 80 See `diff-hl-mode' for more information on Diff-Hl mode. 81 82 (fn &optional ARG)" t) 83 (register-definition-prefixes "diff-hl" '("diff-hl-")) 84 85 86 ;;; Generated autoloads from diff-hl-amend.el 87 88 (autoload 'diff-hl-amend-mode "diff-hl-amend" "\ 89 Show changes against the second-last revision in `diff-hl-mode'. 90 91 Most useful with backends that support rewriting local commits, 92 and most importantly, \"amending\" the most recent one. 93 Currently only supports Git, Mercurial and Bazaar. 94 95 This is a minor mode. If called interactively, toggle the 96 `Diff-Hl-Amend mode' mode. If the prefix argument is positive, 97 enable the mode, and if it is zero or negative, disable the mode. 98 99 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 100 the mode if ARG is nil, omitted, or is a positive number. 101 Disable the mode if ARG is a negative number. 102 103 To check whether the minor mode is enabled in the current buffer, 104 evaluate `diff-hl-amend-mode'. 105 106 The mode's hook is called both when the mode is enabled and when 107 it is disabled. 108 109 (fn &optional ARG)" t) 110 (put 'global-diff-hl-amend-mode 'globalized-minor-mode t) 111 (defvar global-diff-hl-amend-mode nil "\ 112 Non-nil if Global Diff-Hl-Amend mode is enabled. 113 See the `global-diff-hl-amend-mode' command 114 for a description of this minor mode. 115 Setting this variable directly does not take effect; 116 either customize it (see the info node `Easy Customization') 117 or call the function `global-diff-hl-amend-mode'.") 118 (custom-autoload 'global-diff-hl-amend-mode "diff-hl-amend" nil) 119 (autoload 'global-diff-hl-amend-mode "diff-hl-amend" "\ 120 Toggle Diff-Hl-Amend mode in all buffers. 121 With prefix ARG, enable Global Diff-Hl-Amend mode if ARG is positive; 122 otherwise, disable it. 123 124 If called from Lisp, toggle the mode if ARG is `toggle'. 125 Enable the mode if ARG is nil, omitted, or is a positive number. 126 Disable the mode if ARG is a negative number. 127 128 Diff-Hl-Amend mode is enabled in all buffers where 129 `turn-on-diff-hl-amend-mode' would do it. 130 131 See `diff-hl-amend-mode' for more information on Diff-Hl-Amend mode. 132 133 (fn &optional ARG)" t) 134 (register-definition-prefixes "diff-hl-amend" '("diff-hl-amend-setup" "turn-on-diff-hl-amend-mode")) 135 136 137 ;;; Generated autoloads from diff-hl-dired.el 138 139 (autoload 'diff-hl-dired-mode "diff-hl-dired" "\ 140 Toggle VC diff highlighting on the side of a Dired window. 141 142 This is a minor mode. If called interactively, toggle the 143 `Diff-Hl-Dired mode' mode. If the prefix argument is positive, 144 enable the mode, and if it is zero or negative, disable the mode. 145 146 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 147 the mode if ARG is nil, omitted, or is a positive number. 148 Disable the mode if ARG is a negative number. 149 150 To check whether the minor mode is enabled in the current buffer, 151 evaluate `diff-hl-dired-mode'. 152 153 The mode's hook is called both when the mode is enabled and when 154 it is disabled. 155 156 (fn &optional ARG)" t) 157 (autoload 'diff-hl-dired-mode-unless-remote "diff-hl-dired") 158 (register-definition-prefixes "diff-hl-dired" '("diff-hl-dired-")) 159 160 161 ;;; Generated autoloads from diff-hl-flydiff.el 162 163 (defvar diff-hl-flydiff-mode nil "\ 164 Non-nil if Diff-Hl-Flydiff mode is enabled. 165 See the `diff-hl-flydiff-mode' command 166 for a description of this minor mode. 167 Setting this variable directly does not take effect; 168 either customize it (see the info node `Easy Customization') 169 or call the function `diff-hl-flydiff-mode'.") 170 (custom-autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" nil) 171 (autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" "\ 172 Perform highlighting on-the-fly. 173 174 This is a global minor mode. It alters how `diff-hl-mode' works. 175 176 This is a global minor mode. If called interactively, toggle the 177 `Diff-Hl-Flydiff mode' mode. If the prefix argument is positive, 178 enable the mode, and if it is zero or negative, disable the mode. 179 180 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 181 the mode if ARG is nil, omitted, or is a positive number. 182 Disable the mode if ARG is a negative number. 183 184 To check whether the minor mode is enabled in the current buffer, 185 evaluate `(default-value \\='diff-hl-flydiff-mode)'. 186 187 The mode's hook is called both when the mode is enabled and when 188 it is disabled. 189 190 (fn &optional ARG)" t) 191 (register-definition-prefixes "diff-hl-flydiff" '("diff-hl-flydiff")) 192 193 194 ;;; Generated autoloads from diff-hl-inline-popup.el 195 196 (autoload 'diff-hl-inline-popup-hide "diff-hl-inline-popup" "\ 197 Hide the current inline popup." t) 198 (autoload 'diff-hl-inline-popup-show "diff-hl-inline-popup" "\ 199 Create a phantom overlay to show the inline popup, with some 200 content LINES, and a HEADER and a FOOTER, at POINT. KEYMAP is 201 added to the current keymaps. CLOSE-HOOK is called when the popup 202 is closed. 203 204 (fn LINES &optional HEADER FOOTER KEYMAP CLOSE-HOOK POINT HEIGHT)") 205 (register-definition-prefixes "diff-hl-inline-popup" '("diff-hl-inline-popup-")) 206 207 208 ;;; Generated autoloads from diff-hl-margin.el 209 210 (defvar diff-hl-margin-mode nil "\ 211 Non-nil if Diff-Hl-Margin mode is enabled. 212 See the `diff-hl-margin-mode' command 213 for a description of this minor mode. 214 Setting this variable directly does not take effect; 215 either customize it (see the info node `Easy Customization') 216 or call the function `diff-hl-margin-mode'.") 217 (custom-autoload 'diff-hl-margin-mode "diff-hl-margin" nil) 218 (autoload 'diff-hl-margin-mode "diff-hl-margin" "\ 219 Toggle displaying `diff-hl-mode' highlights on the margin. 220 221 This is a global minor mode. If called interactively, toggle the 222 `Diff-Hl-Margin mode' mode. If the prefix argument is positive, 223 enable the mode, and if it is zero or negative, disable the mode. 224 225 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 226 the mode if ARG is nil, omitted, or is a positive number. 227 Disable the mode if ARG is a negative number. 228 229 To check whether the minor mode is enabled in the current buffer, 230 evaluate `(default-value \\='diff-hl-margin-mode)'. 231 232 The mode's hook is called both when the mode is enabled and when 233 it is disabled. 234 235 (fn &optional ARG)" t) 236 (autoload 'diff-hl-margin-local-mode "diff-hl-margin" "\ 237 Toggle displaying `diff-hl-mode' highlights on the margin locally. 238 239 You probably shouldn't use this function directly. 240 241 This is a minor mode. If called interactively, toggle the 242 `Diff-Hl-Margin-Local mode' mode. If the prefix argument is 243 positive, enable the mode, and if it is zero or negative, disable 244 the mode. 245 246 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 247 the mode if ARG is nil, omitted, or is a positive number. 248 Disable the mode if ARG is a negative number. 249 250 To check whether the minor mode is enabled in the current buffer, 251 evaluate `diff-hl-margin-local-mode'. 252 253 The mode's hook is called both when the mode is enabled and when 254 it is disabled. 255 256 (fn &optional ARG)" t) 257 (register-definition-prefixes "diff-hl-margin" '("diff-hl-")) 258 259 260 ;;; Generated autoloads from diff-hl-show-hunk.el 261 262 (autoload 'diff-hl-show-hunk-inline-popup "diff-hl-show-hunk" "\ 263 Implementation to show the hunk in a inline popup. 264 BUFFER is a buffer with the hunk. 265 266 (fn BUFFER &optional IGNORED-LINE)") 267 (autoload 'diff-hl-show-hunk-previous "diff-hl-show-hunk" "\ 268 Go to previous hunk/change and show it." t) 269 (autoload 'diff-hl-show-hunk-next "diff-hl-show-hunk" "\ 270 Go to next hunk/change and show it." t) 271 (autoload 'diff-hl-show-hunk "diff-hl-show-hunk" "\ 272 Show the VC diff hunk at point. 273 The backend is determined by `diff-hl-show-hunk-function'." t) 274 (autoload 'diff-hl-show-hunk-mouse-mode "diff-hl-show-hunk" "\ 275 Enables the margin and fringe to show a posframe/popup with vc diffs when clicked. 276 277 By default, the popup shows only the current hunk, and 278 the line of the hunk that matches the current position is 279 highlighted. The face, border and other visual preferences are 280 customizable. It can be also invoked with the command 281 `diff-hl-show-hunk' 282 \\{diff-hl-show-hunk-mouse-mode-map} 283 284 This is a minor mode. If called interactively, toggle the 285 `Diff-Hl-Show-Hunk-Mouse mode' mode. If the prefix argument is 286 positive, enable the mode, and if it is zero or negative, disable 287 the mode. 288 289 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 290 the mode if ARG is nil, omitted, or is a positive number. 291 Disable the mode if ARG is a negative number. 292 293 To check whether the minor mode is enabled in the current buffer, 294 evaluate `diff-hl-show-hunk-mouse-mode'. 295 296 The mode's hook is called both when the mode is enabled and when 297 it is disabled. 298 299 (fn &optional ARG)" t) 300 (put 'global-diff-hl-show-hunk-mouse-mode 'globalized-minor-mode t) 301 (defvar global-diff-hl-show-hunk-mouse-mode nil "\ 302 Non-nil if Global Diff-Hl-Show-Hunk-Mouse mode is enabled. 303 See the `global-diff-hl-show-hunk-mouse-mode' command 304 for a description of this minor mode. 305 Setting this variable directly does not take effect; 306 either customize it (see the info node `Easy Customization') 307 or call the function `global-diff-hl-show-hunk-mouse-mode'.") 308 (custom-autoload 'global-diff-hl-show-hunk-mouse-mode "diff-hl-show-hunk" nil) 309 (autoload 'global-diff-hl-show-hunk-mouse-mode "diff-hl-show-hunk" "\ 310 Toggle Diff-Hl-Show-Hunk-Mouse mode in all buffers. 311 With prefix ARG, enable Global Diff-Hl-Show-Hunk-Mouse mode if ARG is 312 positive; otherwise, disable it. 313 314 If called from Lisp, toggle the mode if ARG is `toggle'. 315 Enable the mode if ARG is nil, omitted, or is a positive number. 316 Disable the mode if ARG is a negative number. 317 318 Diff-Hl-Show-Hunk-Mouse mode is enabled in all buffers where 319 `diff-hl-show-hunk-mouse-mode' would do it. 320 321 See `diff-hl-show-hunk-mouse-mode' for more information on 322 Diff-Hl-Show-Hunk-Mouse mode. 323 324 (fn &optional ARG)" t) 325 (register-definition-prefixes "diff-hl-show-hunk" '("diff-hl-show-hunk-")) 326 327 328 ;;; Generated autoloads from diff-hl-show-hunk-posframe.el 329 330 (autoload 'diff-hl-show-hunk-posframe "diff-hl-show-hunk-posframe" "\ 331 Implementation to show the hunk in a posframe. 332 333 (fn BUFFER &optional LINE)") 334 (register-definition-prefixes "diff-hl-show-hunk-posframe" '("diff-hl-show-hunk-")) 335 336 ;;; End of scraped data 337 338 (provide 'diff-hl-autoloads) 339 340 ;; Local Variables: 341 ;; version-control: never 342 ;; no-byte-compile: t 343 ;; no-update-autoloads: t 344 ;; no-native-compile: t 345 ;; coding: utf-8-emacs-unix 346 ;; End: 347 348 ;;; diff-hl-autoloads.el ends here