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

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