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

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 ;;; flycheck-tip-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 "error-tip" "error-tip.el" (0 0 0 0))
10 ;;; Generated autoloads from error-tip.el
11
12 (autoload 'error-tip-error-p "error-tip" "\
13 Return non-nil if error is occurred in current buffer.
14 This function can catch error against flycheck, and flymake.
15
16 \(fn)" nil nil)
17
18 (autoload 'error-tip-cycle-dwim "error-tip" "\
19 Showing error function.
20 This function switches proper error showing function by context.
21  (whether flycheck or flymake) The REVERSE option jumps by inverse if
22 the value is non-nil.
23
24 \(fn &optional REVERSE)" t nil)
25
26 (autoload 'error-tip-cycle-dwim-reverse "error-tip" "\
27 Same as ‘error-tip-cycle-dwim’, but it jumps to inverse direction.
28
29 \(fn)" t nil)
30
31 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "error-tip" '("error-tip-")))
32
33 ;;;***
34
35 ;;;### (autoloads nil "flycheck-tip" "flycheck-tip.el" (0 0 0 0))
36 ;;; Generated autoloads from flycheck-tip.el
37
38 (autoload 'flycheck-tip-cycle "flycheck-tip" "\
39 Move to next error if it's exists.
40 If it wasn't exists then move to previous error.
41 Move to previous error if REVERSE is non-nil.
42
43 \(fn &optional REVERSE)" t nil)
44
45 (autoload 'flycheck-tip-cycle-reverse "flycheck-tip" "\
46 Do `flycheck-tip-cycle by reverse order.
47
48 \(fn)" t nil)
49
50 (autoload 'flycheck-tip--get "flycheck-tip" "\
51
52
53 \(fn ELEMENT ERR)" nil nil)
54
55 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flycheck-tip" '("flycheck-tip-")))
56
57 ;;;***
58
59 ;;;### (autoloads nil "flymake-tip" "flymake-tip.el" (0 0 0 0))
60 ;;; Generated autoloads from flymake-tip.el
61
62 (autoload 'flymake-tip-cycle "flymake-tip" "\
63
64
65 \(fn REVERSE)" t nil)
66
67 (autoload 'flymake-tip-cycle-reverse "flymake-tip" "\
68
69
70 \(fn)" t nil)
71
72 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-tip" '("flymake-tip--err-info-function")))
73
74 ;;;***
75
76 ;;;### (autoloads nil nil ("flycheck-tip-pkg.el") (0 0 0 0))
77
78 ;;;***
79
80 ;; Local Variables:
81 ;; version-control: never
82 ;; no-byte-compile: t
83 ;; no-update-autoloads: t
84 ;; coding: utf-8
85 ;; End:
86 ;;; flycheck-tip-autoloads.el ends here