summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/tag-file.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/tag-file.el')
-rw-r--r--lisp/cedet/semantic/tag-file.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/tag-file.el b/lisp/cedet/semantic/tag-file.el
index 4187d3c0302..cd2d073bcb8 100644
--- a/lisp/cedet/semantic/tag-file.el
+++ b/lisp/cedet/semantic/tag-file.el
@@ -32,6 +32,7 @@
;;; Location a TAG came from.
;;
+;;;###autoload
(define-overloadable-function semantic-go-to-tag (tag &optional parent)
"Go to the location of TAG.
TAG may be a stripped element, in which case PARENT specifies a
@@ -101,6 +102,7 @@ PARENT can also be a `semanticdb-table' object."
;; Dependencies usually represent a file of some sort.
;; Find the file described by a dependency.
+;;;###autoload
(define-overloadable-function semantic-dependency-tag-file (&optional tag)
"Find the filename represented from TAG.
Depends on `semantic-dependency-include-path' for searching. Always searches
@@ -199,4 +201,9 @@ file prototypes belong in."
(provide 'semantic/tag-file)
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; End:
+
;;; semantic-tag-file.el ends here