From: Chong Yidong Date: Sun, 13 Sep 2009 16:18:01 +0000 (+0000) Subject: * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value): X-Git-Tag: emacs-pretest-23.1.90~1091^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c5bbb19dc7bc92fef91a761ece153b5c1230f9b;p=emacs.git * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value): Autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0a291a9a61..a86f1b7e774 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/cedet/semantic/tag-write.el b/lisp/cedet/semantic/tag-write.el index 2f8367760c9..4bd060bba7e 100644 --- a/lisp/cedet/semantic/tag-write.el +++ b/lisp/cedet/semantic/tag-write.el @@ -158,6 +158,7 @@ Items that are long lists of tags may need their own line." (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 @@ 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