summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/racer-20191001.2344/racer-autoloads.el
blob: 348592a651c91e013bcaee8a0c1c6c17f3065680 (plain)
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
;;; racer-autoloads.el --- automatically extracted autoloads
;;
;;; Code:

(add-to-list 'load-path (directory-file-name
                         (or (file-name-directory #$) (car load-path))))


;;;### (autoloads nil "racer" "racer.el" (0 0 0 0))
;;; Generated autoloads from racer.el

(autoload 'racer-find-definition "racer" "\
Run the racer find-definition command and process the results.

\(fn)" t nil)

(autoload 'racer-find-definition-other-window "racer" "\
Run the racer find-definition command and process the results.

\(fn)" t nil)

(autoload 'racer-find-definition-other-frame "racer" "\
Run the racer find-definition command and process the results.

\(fn)" t nil)

(autoload 'racer-mode "racer" "\
Minor mode for racer.

\(fn &optional ARG)" t nil)

(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "racer" '("racer-")))

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; racer-autoloads.el ends here