# HG changeset patch # User Chong Yidong # Date 1252858681 0 # Node ID ee206d5b836f2573bfdb5ef7b7a439ace81f1695 # Parent 7811201f57f241cef31e0fefc59d4503e026c266 * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value): Autoload. diff -r 7811201f57f2 -r ee206d5b836f lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 13 16:12:23 2009 +0000 +++ b/lisp/ChangeLog Sun Sep 13 16:18:01 2009 +0000 @@ -2,6 +2,9 @@ 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. diff -r 7811201f57f2 -r ee206d5b836f lisp/cedet/semantic/tag-write.el --- a/lisp/cedet/semantic/tag-write.el Sun Sep 13 16:12:23 2009 +0000 +++ b/lisp/cedet/semantic/tag-write.el Sun Sep 13 16:18:01 2009 +0000 @@ -158,6 +158,7 @@ (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." @@ -183,4 +184,11 @@ (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