Mercurial > emacs
changeset 104491:ee206d5b836f
* cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
Autoload.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 13 Sep 2009 16:18:01 +0000 |
parents | 7811201f57f2 |
children | 8db96f200ac8 |
files | lisp/ChangeLog lisp/cedet/semantic/tag-write.el |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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