emacs.d/elpa/xref-js2-20190915.2032/xref-js2-autoloads.el
2020-02-04 14:53:29 +01:00

27 lines
658 B
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.

;;; xref-js2-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "xref-js2" "xref-js2.el" (0 0 0 0))
;;; Generated autoloads from xref-js2.el
(autoload 'xref-js2-xref-backend "xref-js2" "\
Xref-Js2 backend for Xref.
\(fn)" nil nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "xref-js2" '("xref-js2-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; xref-js2-autoloads.el ends here