commit | author | age
|
5cb5f7
|
1 |
;;; ggtags-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 "ggtags" "ggtags.el" (0 0 0 0)) |
|
10 |
;;; Generated autoloads from ggtags.el |
|
11 |
|
|
12 |
(autoload 'ggtags-find-project "ggtags" "\ |
|
13 |
|
|
14 |
|
|
15 |
\(fn)" nil nil) |
|
16 |
|
|
17 |
(autoload 'ggtags-find-tag-dwim "ggtags" "\ |
|
18 |
Find NAME by context. |
|
19 |
If point is at a definition tag, find references, and vice versa. |
|
20 |
If point is at a line that matches `ggtags-include-pattern', find |
|
21 |
the include file instead. |
|
22 |
|
|
23 |
When called interactively with a prefix arg, always find |
|
24 |
definition tags. |
|
25 |
|
|
26 |
\(fn NAME &optional WHAT)" t nil) |
|
27 |
|
|
28 |
(autoload 'ggtags-mode "ggtags" "\ |
|
29 |
Toggle Ggtags mode on or off. |
|
30 |
With a prefix argument ARG, enable Ggtags mode if ARG is |
|
31 |
positive, and disable it otherwise. If called from Lisp, enable |
|
32 |
the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. |
|
33 |
\\{ggtags-mode-map} |
|
34 |
|
|
35 |
\(fn &optional ARG)" t nil) |
|
36 |
|
|
37 |
(autoload 'ggtags-build-imenu-index "ggtags" "\ |
|
38 |
A function suitable for `imenu-create-index-function'. |
|
39 |
|
|
40 |
\(fn)" nil nil) |
|
41 |
|
|
42 |
(autoload 'ggtags-try-complete-tag "ggtags" "\ |
|
43 |
A function suitable for `hippie-expand-try-functions-list'. |
|
44 |
|
|
45 |
\(fn OLD)" nil nil) |
|
46 |
|
|
47 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ggtags" '("ggtags-"))) |
|
48 |
|
|
49 |
;;;*** |
|
50 |
|
|
51 |
;; Local Variables: |
|
52 |
;; version-control: never |
|
53 |
;; no-byte-compile: t |
|
54 |
;; no-update-autoloads: t |
|
55 |
;; coding: utf-8 |
|
56 |
;; End: |
|
57 |
;;; ggtags-autoloads.el ends here |