Synch to Eric Ludlam's upstream CEDET repository.
+ * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
+ Autoload.
+
* cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1)
(semantic-analyze-type): Require semantic/scope.
(semantic-analyze-select-best-tag): Require semantic/db-typecache.
(princ str)))))
)
;;; EIEIO USAGE
+;;;###autoload
(defun semantic-tag-write-list-slot-value (value)
"Write out the VALUE of a slot for EIEIO.
The VALUE is a list of tags."
(provide 'semantic/tag-write)
+
+;; Local variables:
+;; generated-autoload-file: "loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/tag-write"
+;; End:
+
;;; semantic/tag-write.el ends here