;;; 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" (0 0 0 0)) ;;; 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) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tern" '("tern-"))) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; tern-autoloads.el ends here