mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 ;;; srefactor-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "srefactor" "srefactor.el" (0 0 0 0))
10 ;;; Generated autoloads from srefactor.el
11
12 (autoload 'srefactor-refactor-at-point "srefactor" "\
13 Offer contextual menu with actions based on current tag in scope.
14
15 Each menu item added returns a token for what type of refactoring
16 to perform.
17
18 \(fn)" t nil)
19
20 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "srefactor" '("srefactor-")))
21
22 ;;;***
23
24 ;;;### (autoloads nil "srefactor-lisp" "srefactor-lisp.el" (0 0 0
25 ;;;;;;  0))
26 ;;; Generated autoloads from srefactor-lisp.el
27
28 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "srefactor-lisp" '("second-token" "srefactor-" "orig-format-type" "recursive-p" "first-token" "format-type" "cur-buf" "comment-" "next-token" "tok" "lexemes" "ignore-num")))
29
30 ;;;***
31
32 ;;;### (autoloads nil "srefactor-ui" "srefactor-ui.el" (0 0 0 0))
33 ;;; Generated autoloads from srefactor-ui.el
34
35 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "srefactor-ui" '("srefactor-ui-")))
36
37 ;;;***
38
39 ;;;### (autoloads nil nil ("srefactor-pkg.el") (0 0 0 0))
40
41 ;;;***
42
43 ;; Local Variables:
44 ;; version-control: never
45 ;; no-byte-compile: t
46 ;; no-update-autoloads: t
47 ;; coding: utf-8
48 ;; End:
49 ;;; srefactor-autoloads.el ends here