Files
emacs.d/elpa/tern-20170925.1333/tern-autoloads.el
Mateus Pinto Rodrigues 2362e805bd Add new packages installed
2018-03-27 20:52:59 -03:00

27 lines
595 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.
;;; tern-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "tern" "tern.el" (23216 11520 385072 276000))
;;; Generated autoloads from tern.el
(autoload 'tern-use-server "tern" "\
\(fn PORT SERVER)" t nil)
(autoload 'tern-mode "tern" "\
Minor mode binding to the Tern JavaScript analyzer
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; tern-autoloads.el ends here