Update all packages

This commit is contained in:
Mateus Pinto Rodrigues
2018-07-17 19:34:58 -03:00
parent 3c61003537
commit 25baa00351
259 changed files with 1404 additions and 4340 deletions

View File

@@ -0,0 +1,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