Files
emacs.d/elpa/js2-refactor-20180502.342/js2-refactor-autoloads.el
Mateus Pinto Rodrigues 0024c08036 Update all my elpa files
2018-05-17 18:02:17 -03:00

61 lines
1.4 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.
;;; js2-refactor-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "js2-refactor" "js2-refactor.el" (23293 60632
;;;;;; 878416 943000))
;;; Generated autoloads from js2-refactor.el
(autoload 'js2-refactor-mode "js2-refactor" "\
Minor mode providing JavaScript refactorings.
\(fn &optional ARG)" t nil)
(autoload 'js2r-add-keybindings-with-prefix "js2-refactor" "\
Add js2r keybindings using the prefix PREFIX.
\(fn PREFIX)" nil nil)
(autoload 'js2r-add-keybindings-with-modifier "js2-refactor" "\
Add js2r keybindings using the modifier MODIFIER.
\(fn MODIFIER)" nil nil)
;;;***
;;;### (autoloads nil "js2r-vars" "js2r-vars.el" (23293 60632 522382
;;;;;; 646000))
;;; Generated autoloads from js2r-vars.el
(autoload 'js2r-extract-var "js2r-vars" "\
\(fn)" t nil)
(autoload 'js2r-extract-let "js2r-vars" "\
\(fn)" t nil)
(autoload 'js2r-extract-const "js2r-vars" "\
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("js2-refactor-pkg.el" "js2r-conditionals.el"
;;;;;; "js2r-conveniences.el" "js2r-formatting.el" "js2r-functions.el"
;;;;;; "js2r-helpers.el" "js2r-iife.el" "js2r-paredit.el" "js2r-wrapping.el")
;;;;;; (23293 60632 822411 548000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; js2-refactor-autoloads.el ends here