Files
emacs.d/elpa/racer-20180709.625/racer-autoloads.el
Mateus Pinto Rodrigues d272c43bcd Update packages
2018-10-04 13:56:56 -03:00

43 lines
1.0 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; 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