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

51 lines
1.3 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" (23201 22398
;;;;;; 638114 561000))
;;; 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" (23201 22398 588114
;;;;;; 487000))
;;; Generated autoloads from js2r-vars.el
(autoload 'js2r-extract-var "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")
;;;;;; (23201 22398 628114 552000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; js2-refactor-autoloads.el ends here