X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5fcb5c7e2aa0e7f2ade1228fe17ae06d554894dc..3d9d848682f41fff87e19103f8b12968e9ba14e3:/lisp/cedet/semantic/tag-file.el diff --git a/lisp/cedet/semantic/tag-file.el b/lisp/cedet/semantic/tag-file.el index 4187d3c030..cd2d073bcb 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